How to Handle Cors Request #619
Unanswered
vimalmistry
asked this question in
Q&A
Replies: 1 comment 2 replies
|
wow your code is super long. |
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.
Share your example.
I made an API using Uwebsocket.js. But the front end is simple HTML generated using a static site generator.
I am using Nginx for reverse proxy.
The API call is not working on the browser. it is working in the postman/insomnia and flutter app. but not in the browser.
I also tried using manual options routes.
Please, anyone has a working example. or can guide me.
Or is there a config for the client site? I am using
fetchandaxiosAll reactions