Posts tagged as:

prototype

Prototype, JSON and Appengine

August 7, 2008

I am using prototype in a Google Appengine project, and while it worked on my development machine, after deploying it onto the Google infrastructure prototype wasn’t parsing the JSON responses anymore.
In my code, I was returning the JSON in the response text (as opposed to using X-JSON response header). The Content-Type response header was set [...]

Read the full article →