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

How to implement CORS in Reactor Netty? #3033

Closed
AdaMorgan opened this issue Jan 21, 2024 · 1 comment
Closed

How to implement CORS in Reactor Netty? #3033

AdaMorgan opened this issue Jan 21, 2024 · 1 comment
Assignees
Labels
for/stackoverflow Questions are best asked on SO or Gitter

Comments

@AdaMorgan
Copy link

As far as we know, browser standards use CORS, CORS standards initially send an OPTIONS request. Reactor Netty contains classes for working with CORS (For example CorsConfigBuilder), but I couldn’t find where exactly to use data classes, old answers indicated HttpServer#handle, but I couldn’t find anywhere how to correctly use classes for CORS processing, I hope you can tell me

@violetagg
Copy link
Member

@AdaMorgan Thanks for reporting, but I notice you've also posted the same question on Stack Overflow. It's better if in the future you don't cross-post questions as it makes it hard for people searching to find answers. I'll close this one in favor of Stack Overflow.

@violetagg violetagg added for/stackoverflow Questions are best asked on SO or Gitter and removed ❓need-triage labels Jan 22, 2024
@violetagg violetagg self-assigned this Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for/stackoverflow Questions are best asked on SO or Gitter
Projects
None yet
Development

No branches or pull requests

3 participants