0

What is the correct definition of a transparent proxy? I see the term being used for proxies that require no configuration that do not modify requests and for proxies that do require configuration but do not modify the request. What is the correct definition?

1 Answers1

0

Correct definition is that the clients need not to change any settings because the proxy is deployed on the router and hijacks every outbound request of clients.

George Y
  • 528
  • 6
  • 16
  • Would it be possible for a no configuration proxy to modify outgoing or incoming data? If it modifies the data but is still no configuration, would it still be considered a transparent proxy? – comctimert Jul 28 '21 at 08:51
  • "transparent" means the client feels nothing about it, like a glass door. In a way, you can interpret it as "invisible", which I believe is more appropriate. I think as long as the client has nothing changed between with and without the setting, it is "transparent" or "invisible". – George Y Jul 30 '21 at 13:33