>  Invalid character found in method name [{}POST]. HTTP method names must be 
> tokens.

/snip

> I could see in from wireshark dumps it looked like - {}POST <MY-APP-URI> 
> HTTP/1.1

The error message and your own debugging indicate the error.

Your method *name* is {}POST, you have somehow included two
brackets in the name of the method.

jlc
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to