L
Laszlo Zsolt Nagy
Hello Stuart,
Laszlo,
The "request" method call expects a "body" parameter that defaults to None
as the 3rd method parameter. You will either need to pass in an empty
string as the body parameter, or assign the headers property by named
assignment. Python interprets your call as passing the dictionary into the
body parameter.
I'm a real Lama.Stuart