We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears that a question mark ? is appended to all POST requests even though there are no parameters specified. This causes problems for some APIs, in my case this one: https://dev.fitbit.com/build/reference/web-api/oauth2/#retrieve-state-of-tokens The endpoint returns
?
{ "errors": [ { "errorType": "not_found", "fieldName": "n/a", "message": "The API you are requesting could not be found." } ], "success": false }
because of the trailing ?
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I'll look into it asap
Sorry, something went wrong.
@tipa fix should be available now. Can you try again?
It should be working now. Feel free to reopen if not!
Thanks for the quick fix
No branches or pull requests
It appears that a question mark
?
is appended to all POST requests even though there are no parameters specified. This causes problems for some APIs, in my case this one: https://dev.fitbit.com/build/reference/web-api/oauth2/#retrieve-state-of-tokensThe endpoint returns
because of the trailing
?
The text was updated successfully, but these errors were encountered: