TheOneThatPlaysTooMuch
CORS problem with my deno web server
I wrote this tiny websocket server in deno:
I set the access-control header to allow for cross-origin access. Specifically my frontend. But when I invoke the server from my frontend like this:
The request fails because the cross-origin request was blocked as the 'Access control allow origin header is missing' even though it is not.
7 replies