-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wrong API MIME Type #83
Comments
curl -i -X OPTIONS https://www.pinterest.com/ I would suggest this be text/html or text/plain |
@Neyo-odu 1) this is not an API and 2) it indeed is returning a JSON response.
|
Expected MIME type - application/javascript |
@himarshaj you did not quote the URI which contains
|
@ibnesayeed |
Find an "in the wild" examples of an API with a MIME type of
application/json
that should be something else and suggest what the MIME type should be.The text was updated successfully, but these errors were encountered: