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
Hi, I changed the cors config file in LEAF API with the following:
'methods' => 'GET,PUT,POST,DELETE,OPTIONS', 'allowedHeaders' => 'Content-Type,Authorization', 'credentials' => true, /* ... Other default configuration */
But the Access-Control-Allow-Headers header in preflight request doesn't change, it always has '*' value (default configuration).
This is the response headers:
I'm changing the default configuration for use cookies, I don't know if there is other way.
I hope you can help me, thanks.
The text was updated successfully, but these errors were encountered:
I'll check on this issue @Emanuel-Palestino
Sorry, something went wrong.
I just released a new version that should fix the issue
No branches or pull requests
Hi, I changed the cors config file in LEAF API with the following:
But the Access-Control-Allow-Headers header in preflight request doesn't change, it always has '*' value (default configuration).
This is the response headers:
I'm changing the default configuration for use cookies, I don't know if there is other way.
I hope you can help me, thanks.
The text was updated successfully, but these errors were encountered: