Jordan Hendry
Results
1
comments of
Jordan Hendry
+1 EDIT: I was just able to get this working with the following modifications to the payload: ``` # strip whitespace {"key": "value", "foo": bar} -> {"key":"value","foo":bar} data = json.dumps(json.loads(request.get_data(as_text=True)),...