Nicolas Guerinet

Results 3 comments of Nicolas Guerinet

@musikele @chrisdobler You can hard code the value of Access-Control-Allow-Origin of response headers: at /lib/cors-anywhere.js For sure, no browsers (chrome, firefox, safari, Edge) accept Access-Control-Allow-Origin: * as in the HTTP...

The problem comes from the web server that receive the websockets requests. It requires some changes. FOr instance, i use nginx in front of camus: Here is my configuration to...

I solved it. I guess the problem comes from the fact that I access the server using HTTP rather than HTTPS. For other people in my situation: Navigate to `chrome://flags/#unsafely-treat-insecure-origin-as-secure`...