[squid-users] I can't view whitehouse site through redirector?

From: Andrew Nelson <andrew__nelson@dont-contact.us>
Date: Mon, 02 Dec 2002 11:21:24 +1100

Hi,

I'm using the perl code:

----
#!/usr/bin/perl
$|=1;
while (<>)
{
   s@http://fromhost.com@http://tohost.org@;
   print;
}
----
but some sites don't work..
http://www.whitehouse.gov is an example.  Can
anyone suggest why and how to fix it?
Thanks,
Andrew.
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail
Received on Sun Dec 01 2002 - 17:21:25 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:48 MST