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
My API returns content type application/problem+json when there is any issues. When I test with hurl --error-format long I would like to see the response body as text.
Right now I get something like:
Bytes <7b2274797065223a2261626f75743a626c616e6b222c227469746c65223a22496e7465726e616c20536572766572204572726f72222c22737461747573223a35...>
Proposal
Add application/problem+json to the list of mimetypes that can be decoded as text.
Hi @kallelindqvist you can test it now on master if you know how to build a Rust program. In any case, it'll be in the next Hurl release (certainly mid-September). Thanks for the issue,
Problem to solve
My API returns content type application/problem+json when there is any issues. When I test with hurl --error-format long I would like to see the response body as text.
Right now I get something like:
Bytes <7b2274797065223a2261626f75743a626c616e6b222c227469746c65223a22496e7465726e616c20536572766572204572726f72222c22737461747573223a35...>
Proposal
Add application/problem+json to the list of mimetypes that can be decoded as text.
Additional context and resources
The rfc describing application/problem+json
https://datatracker.ietf.org/doc/html/rfc7807
Tasks to complete
The text was updated successfully, but these errors were encountered: