diff --git a/modules/http_proxy_base_sslstriper.go b/modules/http_proxy_base_sslstriper.go index cdaf90bb..ef45dc02 100644 --- a/modules/http_proxy_base_sslstriper.go +++ b/modules/http_proxy_base_sslstriper.go @@ -267,6 +267,7 @@ func (s *SSLStripper) Preprocess(req *http.Request, ctx *goproxy.ProxyCtx) (redi // well ... if req.URL.Scheme == "https" { + // TODO: check for max redirects? req.URL.Scheme = "http" }