Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support preview of JSON:API's "application/vnd.api+json" Content-Type #694

Closed
allthesignals opened this issue Mar 21, 2020 · 2 comments · Fixed by #695
Closed

Support preview of JSON:API's "application/vnd.api+json" Content-Type #694

allthesignals opened this issue Mar 21, 2020 · 2 comments · Fixed by #695
Assignees
Labels
feature New feature or request

Comments

@allthesignals
Copy link
Contributor

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:

  1. Make a request to a JSON API having a application/vnd.api+json Content-Type
  2. Scroll down
  3. Response body is blank but request is 200 okay.

Screenshots
image

Desktop (please complete the following information):

  • OS: Catalina
  • Browser Chrome
  • Version v1.9.0

Additional context
Add any other context about the problem here.

@AndrewBastin
Copy link
Member

Thanks for opening the issue!

We will get into fixing that right away!

@AndrewBastin AndrewBastin self-assigned this Mar 21, 2020
@AndrewBastin AndrewBastin added bug Something isn't working feature New feature or request and removed bug Something isn't working labels Mar 21, 2020
@allthesignals
Copy link
Contributor Author

You bet! I'm taking a look right now fwiw...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants