joeferner / node-http-mitm-proxy

HTTP Man In The Middle (MITM) Proxy
658 stars 164 forks source link

Downgrade HTTPS to HTTP #293

Open Yamaha32088 opened 1 year ago

Yamaha32088 commented 1 year ago

I am looking to make a request from an HTTPS endpoint to a HTTP endpoint. Basically https://example.com ----> localhost:3000 I have tried setting the ctx.proxyToServerRequestOptions.protocol to HTTP but it gives me an error that it isn't supported.

kics223w1 commented 1 year ago