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
Describe the bug
When I issue a GET request to an endpoint responding with the content type "application/vnd.api+json", I see a 200 success response, but the reponse field is blank (see screenshot).
When I click "copy response", and paste the value in a text editor, I see:
[object Object]
This leads me to believe that it isn't recognizing this particular content-type and doesn't know to parse it as JSON? Just a guess.
Describe the bug
When I issue a GET request to an endpoint responding with the content type "application/vnd.api+json", I see a 200 success response, but the reponse field is blank (see screenshot).
When I click "copy response", and paste the value in a text editor, I see:
[object Object]
This leads me to believe that it isn't recognizing this particular content-type and doesn't know to parse it as JSON? Just a guess.
I've alluded to this in this issue: #634.
I believe other similar tools are able to recognize this.
To Reproduce
Steps to reproduce the behavior:
application/vnd.api+json
Content-TypeScreenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: