Shaine,
Squid only expects a rewritten URL back.
You may add information to a URL with parameters e.g.
http://www.example.com/blocked.cgi?naughtuser=username&ip=10.1.1.1&...
But this can only useful if the script blocked.cgi on the webserver
parses the parameters.
Marcus
Shaine wrote:
Dear Friends,
In squid url-rewriting , i wanted to add some third party parameters to the
url and wanted to filtered out IP which assigned for client ( Client -IP ).
How can i do this ? and is there any examples exist in squid-cache guide or
some where ?
URL ip-address/fqdn ident method
please help me
Thank you
Shaine