RE: [squid-users] Initial webpage before surfing on squid

From: Jorge Bastos <mysql.jorge_at_decimal.pt>
Date: Sat, 11 Apr 2009 15:38:53 +0100

Chris,
I was doing some tests to see the value that is passed by the %s variable,
and the value that goes to the output is:

---
http://195.23.114.74/inicial.php?url=http%3A%2F%2F195.23.114.74%2Finicial.ph
p%3Furl%3Dhttp%253A%252F%252F195.23.114.74%252Finicial.php%253Furl%253Dhttp%
25253A%25252F%25252F195.23.114.74%25252Finicial.php%25253Furl%25253Dhttp%252
5253A%2525252F%2525252Fhotmail.com%2525252F
---
deny_info http://195.23.114.74/inicial.php?url=%s session
---
The code inside inicial.php is:
<?php
echo $_GET["url"];
?>
Shouldn't I get the clean value of the site I've entered first,
"http://hotmail.com" ?
Received on Sat Apr 11 2009 - 14:38:48 MDT

This archive was generated by hypermail 2.2.0 : Sun Apr 12 2009 - 12:00:03 MDT