Skip to content
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

Allow wildcarded CORS origins #25553

Merged
merged 1 commit into from Aug 5, 2022

Conversation

norm
Copy link
Contributor

@norm norm commented Aug 5, 2022

'*' is a valid 'Access-Control-Allow-Origin' response, but was being
dropped as it failed to match the Origin header sent in requests.

Closes #20110.

'*' is a valid 'Access-Control-Allow-Origin' response, but was being
dropped as it failed to match the Origin header sent in requests.
@boring-cyborg boring-cyborg bot added area:API Airflow's REST/HTTP API area:webserver Webserver related Issues labels Aug 5, 2022
@ashb ashb merged commit e81b27e into apache:main Aug 5, 2022
@ashb ashb deleted the allow-cors-origin-wildcard branch August 5, 2022 17:41
@ashb ashb added this to the Airflow 2.3.4 milestone Aug 5, 2022
@ephraimbuddy ephraimbuddy added the type:bug-fix Changelog: Bug Fixes label Aug 15, 2022
ephraimbuddy pushed a commit that referenced this pull request Aug 15, 2022
'*' is a valid 'Access-Control-Allow-Origin' response, but was being
dropped as it failed to match the Origin header sent in requests.

(cherry picked from commit e81b27e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:API Airflow's REST/HTTP API area:webserver Webserver related Issues type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CORS access_control_allow_origin header never returned
3 participants