Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道代理如何绕过防火墙内的内容过滤器?
例如,如果您在中国并尝试连接 facebook,GFW 将阻止它。但是如果你使用代理服务器,那么你可以通过连接。这里的逻辑是什么?
谢谢,
防火墙阻止访问该 Web 地址。代理具有不同的网址,因此可以访问。但是,代理能够访问该 Web 地址,因为它位于防火墙之外。它将要访问的网页中的 HTML 代码发送到您的计算机。
将代理视为中间人。它会为您提供所需的内容,然后将其发送给您,而无需您直接访问网页并警告防火墙。