-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
[Feature Request] Cross Origin support similar to flask-cors #296
Comments
Thanks for the feature request @kamaravichow . Do you happen to know the exact headers required? |
These are a few important ones that I use in my APIs |
@kamaravichow , these are request headers right? |
And the response headers should contain this particular header to allow all the origins
|
Hey @suhailmalik07 👋 Thank you. Since almost every developer uses cors, I think having it in our codebase makes sense. |
Thanks for clarifying, I'm picking this up then. |
@suhailmalik07 , do let me know if you require any help from my end. :D |
Hey @sansyrox, Thanks for letting me know. Sorry, but I'm currently stuck with something else. If anyone else wants to pick this up, that will be okay. It will take me some time. |
Hey @sansyrox, may I take this one? I am new to open source contribution but have coded in Python for a while. Rust, not so much. I want to discuss the approach for this. Where should I do that? |
Hi @Fazatholomew 👋 Apologies. This missed my eye. This issue has been addressed already. :( However, feel free to pickup another issue. Let me know if you need any help 😄 |
Desired Behavior
Cross-Origin Request management for web apps as browsers block them if they are hosted on a different domain
Alternatives
We could manually add the headers
The text was updated successfully, but these errors were encountered: