That's how browsers handle the application/jsonp MIME type. If you want to
see it in your browser, try changing the Content-Type to:
response.headers['Content-Type'] = 'text/plain'
Not sure if the JSONP consumer will process it correctly, though.
--
How is the web2py JSONP action being called? What does the client do once
the response is received?
On Wednesday, June 20, 2012 4:13:38 PM UTC-4, Jack315 wrote:
>
> Hey everyone, I'm sort of new to web2py, and I'm running a program that
> takes submitted form information and displays it as a JSO
2 matches
Mail list logo