-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
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
I can't send POST method #210
Comments
@turbobin Thanks for reporting the bug. Sorry for the inconveniences caused. Could you please share the API endpoints so that we could run some manual tests. We couldn't reproduce the issue with any other endpoints. Meanwhile, you can try sending requests in Content Type: |
The This is a 'feature' of the browser that we have no control over, so this issue will require use of the Postwoman proxy. EDIT: You can read more about preflight requests here; https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request |
Also @liyasthomas we could perhaps try and detect this (for the purposes of prompting the user to turn on the proxy) by sending our own preflight request first if the proxy is turned off (i.e. just making a request to |
Thats doable. Now we check |
Closing this issues since it's a possible duplicate of #274 |
hi,
I meet a strange problem, when I choose POST method to send, it always turn on OPTIONS, why ? look at the image:
The text was updated successfully, but these errors were encountered: