0

“我们要求浏览器将所有流量发送到本地主机,然后流量可以发送到我们的服务器

否则浏览器将直接向目标服务器发出请求(例如 google )..”

透明代理可以在不破坏 http 和 https 流量的任何地方使用。

Browser -> lcoal host(create ssl) -> our server -> google

那么,如何在浏览器和目标服务器中间使用透明代理(本地主机)?

4

1 回答 1

0

I would start by looking at Fiddler's quickstart videos. This is a tool used as a proxy for web debugging, and is used as a transparent proxy as you describe. The basic idea is the same, you have to configure your browser to point at the proxy and then the proxy has to 'forward' the traffic on.

于 2012-07-12T10:17:47.930 回答