Replies: 3 comments 6 replies
-
Do any CORSMiddleware in other framework implements this? What is this header? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think it's a good idea to support this header. Recently I had a cors issue when accessing a private IP site and I suppose this header would be a proper fix for it 😃. Good to know! |
Beta Was this translation helpful? Give feedback.
2 replies
-
I've created a pull request #2621 implementing this functionality. Feel free to contribute and review to speed up its merging. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add the allow_private_network parameter to the CORSMiddleware init like the following example ?
Beta Was this translation helpful? Give feedback.
All reactions