This repository was archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
credentials bug on IOS7 #348
Comments
I test credentials option with jQuery on IOS7.0.4, it is OK |
@Rockergmail conquered? i meet the same problem |
@lococo--0 Firstable, setting |
the OPTIONS method .. em .. puzzled me .. OK .. thx.. i'll try |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when using credentials on IOS7.0.4, http will add headers below:
Access-Control-Request-Method
Access-Control-Request-Headers
due to the reason above, it turns my method to OPTIONS, but I just want to use POST and send cross origin cookie to server.
The text was updated successfully, but these errors were encountered: