I am passing the string {'POST' : 'query POST'} to my Web2py server code.

Looking at gluon/main/py and tracing into sj.load(body) at line 225
leads to Python/Lib/json/decoder.py but eventually gets to errmsg(), line 
36, with 
msg = Expecting proper name.
doc = [{'POST' : 'qwerty POST'}]
pos = 2
end = None

I bet the answer is obvious (!) but can you point it out?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to