mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-17 23:16:54 +00:00
I discovered that the proxy request was using http even when it was proxying to an https port / url. This is because we didn't pass the https parameter through in the proxyRequest method.