-
Notifications
You must be signed in to change notification settings - Fork 18
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
Invalid setup: you cannot set origins=* and credentials=true at the same time #2
Comments
How does couch handle setting both of those options and what is the correct
|
@calvinmetcalf very easy: in this case CouchDB implicitly sets credentials=false without raising an error or logging that fact. |
from what you're saying it would sound like setting credentials=true does nothing but #4 seems to imply changing it does have an effect |
Yes, it does nothing, but it also doesn't doing what you're expected. That's why it's invalid (; |
From CORS specification:
This is also noted in CouchDB docs.
The text was updated successfully, but these errors were encountered: