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

Remove Origin header when forwarding #3357

Merged

Conversation

spikymonkey
Copy link
Contributor

This prevents forwarded requests, such as those from circuit breaker fallbacks, from failing in CORS checks, which require a fully populated scheme and host.

Fixes gh-3350

This prevents forwarded requests, such as those from
circuit breaker fallbacks, from failing in CORS checks,
which require a fully populated scheme and host.

Fixes spring-cloudgh-3350
@spencergibb spencergibb added this to the 4.1.3 milestone Apr 16, 2024
@spencergibb spencergibb merged commit d68648c into spring-cloud:main Apr 16, 2024
2 checks passed
@spikymonkey spikymonkey deleted the gareth/circuit-breaker-+-cors branch April 17, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

500 when CORS and CircuitBreaker are aplied to the same route
3 participants