Python Client Rest API Invocation - POST with empty body - Invalid character found in method name [{}POST]. HTTP method names must be tokens
Joseph L. Casale
jcasale at activenetwerx.com
Fri Nov 20 16:47:32 EST 2020
> 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
More information about the Python-list
mailing list