I want to make Mikrotik's built-it proxy server fully transparent for web-sites. When i browse the internet with webproxy (or webproxy-test) sites can see the HTTP_VIA and HTTP_FORWARDED_FOR values. The sites know my internal IP adress and that i'm using a proxy server. But i want it to be fully transparent.
In usual Squid (under linux or freebsd) i just inserted:
header_access X-Forwarded-For deny all
header_access Cache-Control deny all
header_access Via deny all
In squid.conf and everything was fine. But in RouterOS we don't have access to squid.conf (and i even couldn't find it on HDD when loaded Knoppix to browse the HDD).
Strange, that no one asked on this forum about making the RouterOS' proxy fully transparent...
P.S. You can test your proxy transparency on
http://www.all-nettools.com/toolbox - Proxy Test.