Possible Duplicate:
The right JSON content type?
Hi
If I send some stuff in a ajax request with json_encode(...)
what "Content-type" should I set with header()
? Same like HTML? (text/html)
And does this setting affect the site in any way?
See What is the correct JSON content type?
The correct content-type is: application/json