Replies: 4 comments 3 replies
-
Thank you for sharing about the usage. We will review the PR more actively and make sure it progresses quickly. |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks for the response! So, is there any recommended way we can achieve this currently? For some background, we've been migrating to Armeria in a process very similar to this: https://www.slideshare.net/slideshow/hello-armeria-bye-spring/251604421 |
Beta Was this translation helpful? Give feedback.
-
Hi! I think we can do this by:
ref: |
Beta Was this translation helpful? Give feedback.
-
@bakert-96 Additionally, which origin do you anticipate being specified in the |
Beta Was this translation helpful? Give feedback.
-
Hi team, have a question regarding CORS configuration.
Is there a way to specify allowed origin patterns currently or any plans to support it in the future? We did find an open issue/PR for this but it hasn't had any movement in the past few months.
We have many subdomains and want to configure multiple origin patterns like
https://*.example.com
andhttps://*.example.com:[*]
. We tried usingCorsService
'sbuilder(String...origins)
and theCorsDecorator
annotation'sorigins
but looks to only allow exact matches.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions