You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved detection of content-type for .fail files (#5711)
* Fix for file extension of .fail files.
The `Content-Type` header may contain a charset, which cause XML and JSON .fail files to have a .html extension.
* If a REST API outputs text/plain content, the .fail file should have the .txt extension.
0 commit comments