|
|
|
|
|
by roywiggins
318 days ago
|
|
You don't need websockets or wasm for that of course: https://github.com/Shivam010/bypass-cors As long as the browser is talking to a server that's setting the correct CORS headers, that server can of course forward those requests to whatever third party server it wants. |
|
With this kind of solution, the proxy only deals with the data in the underlying TCP socket. That data will be encrypted with TLS until it gets to the destination server. In this case, you don't need to fully trust the proxy sever to use it safely.