Hi all,

I've got a pyramid app that's loosely based upon Bookie:

https://github.com/bookieio/Bookie

Anyway, when I set up a route in my api.py file to accept a POST request,
when I print out the request.params it is empty [()]. I've attempted a POST
via both curl and jquery ajax/xhr and for some reason once it hits the
server there doesn't appear to be any params.

The code and output is at this paste bin:

http://pastebin.com/97CgjLdH

Also, strangely, the ajax POST call will bypass security even though the
api_key param is None, while the call via curl will not.

Any suggestions would be appreciated.

regards,
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to