CORS Origins Regex Parsing? #3709
Priyansh4444
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When CORS origins takes a string[], does it do regex parsing to found the allowed origins? and if it doesn't should it?
I was mentoring for a hackathon, and he was getting CORS errors, since the list had [ '*' ] as one of them, so would it be possible to make that happen?
I'd love to contribute and spin this up if this was an intended feature, but i am unsure if allowing regex in the list of strings is supposed to be allowed!
Beta Was this translation helpful? Give feedback.
All reactions