-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add CORS layer to mediator server for cross-origin requests #275
Add CORS layer to mediator server for cross-origin requests #275
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though we have no way of testing it 😄
Start the server and do |
This will be a |
Note that a GET request is not allowed by default with regard to CORS policy. Also, if you need to test POST requests specifically, you can set the option on the fetch command. Long story short, CORS configurations are testable. |
No description provided.