POST data contains strings
Closed this issue · 0 comments
elderamevans commented
(This affects logging in, so high priority!)
I'm not sure why, but quotes are being added to strings on the POST body, as seen here:
POST /cis-web/oauth2/v3/token
User-Agent: Python-FS-Stack/0.3pre
Content-Type: application/x-www-form-urlencoded
Accept: application/json
"username=foo&grant_type=password&client_id=UBER-SRCT-FMLY-SRCH-APPL-CTON-CODE&password=bar"
The quotes are preventing logging in, and I'm sure that it's affecting all POST strings.