-
Notifications
You must be signed in to change notification settings - Fork 8
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
autoSortRequestHeaders for preflight requests #25
Comments
|
As far as I know curl doesn't send preflight |
Yes, I am sending preflight requests manually (to mimic Chrome) before POST requests. And headers are sorted incorrectly automatically. |
can you give me code and right sort headers ? |
Here is the sort of headers for preflight request. And what code should I provide? Did not get it. Thanks.
|
95afc76 should fix the problem |
This is a very nice option.
It could be helpful to add proper sorting for OPTIONS (preflight) requests, too.
The text was updated successfully, but these errors were encountered: