-
Notifications
You must be signed in to change notification settings - Fork 89
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
CORS support? #52
Comments
Hello @KhanhHH, it might be that you need an OPTIONS call first. Check #46 (comment) |
@odino |
I personally prefer disabling CORS check of Chrome ( about 30 secs of search and trial) , even though I managed to setup CORS for our integration server with nginx. |
I used an OPTIONS.mock file to support You can see the details here: https://gist.github.com/james2doyle/a9caf383a5c6ac66594a5831adeddb00 |
I can't send request from my app which is running on localhost port 4200 to mock server (port 8080), is there any solution? Thanks!
The text was updated successfully, but these errors were encountered: