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
Tried the following code but i get bad response. but when tried with postman i get good response. am i doing anything wrong while sending request?
POST https://www.mysite.com/oauth2/token HTTP/1.1 Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="type"
credentials ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="id"
12345 ------WebKitFormBoundary7MA4YWxkTrZu0gW--
The text was updated successfully, but these errors were encountered:
@arao5 I will fix this ASAP, it's a bug of my code to parsing request body.
Sorry, something went wrong.
d1db70d
@arao5 I have fixed the bug and will publish it in next release, sorry for the inconvenience.
@arao5 you can try the latest version 0.12.2 to verify this fix, thanks for your feedback 😄
thanks.. it's working ..
No branches or pull requests
Tried the following code but i get bad response. but when tried with postman i get good response. am i doing anything wrong while sending request?
POST https://www.mysite.com/oauth2/token HTTP/1.1
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="type"
credentials
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="id"
12345
------WebKitFormBoundary7MA4YWxkTrZu0gW--
The text was updated successfully, but these errors were encountered: