Re: [web2py] content type of jsonrpc service reply

2011-09-03 Thread Jonathan Lundell
On Sep 2, 2011, at 2:15 PM, Stefaan Himpe wrote: >> There *is* a bug, but it should be generating text/x-json (and that should >> be fixed). Are you sure you're getting text/html? > > I definitely received text/html. > (web2py 1.98.2, running on rocket 1.2.2). This should be fixed in the trunk.

Re: [web2py] content type of jsonrpc service reply

2011-09-02 Thread Jonathan Lundell
On Sep 2, 2011, at 1:01 PM, Stefaan Himpe wrote: > I seem to have hit an unexpected detail of the jsonrpc support in web2py: > when I post a json request to my web2py application, I get a json reply with > a content-type set to "text/html; charset=utf8" (whereas i had expected > something like