Open source HTTP or HTTPS proxy

2019-04-09 20:38发布

问题:

I want to log all HTTP requests made by the browser to a file, so I thought I can run a HTTP/S proxy locally and do this. However, the proxies at proxies.xhaus.com/ don't meet my needs - either no HTTPS support or no logging. Do anyone of you know of a proxy that can do both HTTPS and HTTP and allow me to log the browser traffic to a file?

Thanks

回答1:

Squid was also my first thought given your description, but for development use you might prefer a more powerful intercepting proxy like:

  • Fiddler2
  • Paros Proxy
  • Burp Suite (despite the name, my personal favorite)


回答2:

Squid can do that.

http://wiki.squid-cache.org/Features/SslBump



标签: proxy https