Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
 
PREVIOUS NEXT
Tagged: #correct #json #content #type
ADD COMMENT
Topic
Name
3+3 =