Answers for "content type json"

0

what is the correct json content type

For JSON text:

application/json

The MIME media type for JSON text is application/json. 
The default encoding is UTF-8. (Source: RFC 4627).

For JSONP (runnable javascript) with callback:

application/javascript
Posted by: Guest on June-18-2020

Code answers related to "content type json"

Code answers related to "Javascript"

Browse Popular Code Answers by Language