8

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?

Community
  • 1
  • 1
Alex
  • 66,732
  • 177
  • 439
  • 641

1 Answers1

6

See What is the correct JSON content type?

The correct content-type is: application/json

Community
  • 1
  • 1
Dustin Simpson
  • 749
  • 4
  • 10