HTTPS

--input-raw on 443 sees ciphertext. Terminate TLS on nginx, Envoy, or an ELB and capture the upstream HTTP port.

sudo gor --input-raw :8080 --output-http="http://staging.example.com"

Replay to HTTPS with an https:// URL. --output-http-skip-verify skips hostname verification. Old --input-http is not a registered flag. Comparison: capture HTTPS on the server.

Windows.