How to setup a proxy to a non-secure server for XMLHTTPRequests

72 Views Asked by At

I have a bunch of hosts that are raw IP's running HTTP. I have an app that uses WebAssembly with SharedArrayBuffer and thus must be served via HTTPS. This app needs to make requests to the hosts running on HTTP, but any XMLHTTPRequests are blocked due to browser security. Is there a simple way that I can proxy the HTTP sites through HTTPS?

0

There are 0 best solutions below