[Help needed] Is there a way to disable CORS for stremio-web?
FelipeOtz opened this issue · 1 comments
I'm trying to host the Stremio server Docker image on an AWS EC2 instance. For example, the server's IP is:
and I've set NO-CORS=1 to disable the server's CORS.
i need help to solve the following issue:
-
When accessing https://aws-server-ip:12470/ and using the server's embedded web application, it works fine; I can watch any movies.
-
When using the Stremio website and setting the streaming server to https://aws-server-ip:12470/, it also works fine.
-
But when I try to use this Stremio web interface, setting the same streaming server to https://aws-server-ip:12470/, it shows a CORS error:
I have the same issue. I'd love it if this could be resolved. Is there maybe a way to self-host stremio-web? I guess it is. So maybe if you self host stremio-web, you can provide the right headers to avoid the CORS issue?
@FelipeOtz it is NO_CORS
not NO-CORS