AJAX - What type of content should JSON-encoded data have?

Possible Duplicate:
Correct JSON Content Type?

Hi

If I send some material in an ajax request with json_encode(...), what should I set the "Content-type" with header()? Same as HTML? (Text / HTML)

And does this parameter affect the site in any way?

+5
source share
1 answer

See What is the correct JSON content type?

The correct content type: Application / JSON

+6
source

All Articles