Re: reverse authentication for squid

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 19 May 2000 23:39:40 +0200

Write one in perl. It is no more than three lines..

#!/usr/bin/perl -p
BEGIN { $|=1; }
s%http://server.example.com(/|:|$)%http://user:password\@server.example.com$1%

--
Henrik Nordstrom
Squid hacker
Damien Croarken wrote:
> 
> Henrik,
> can you give me any idea of where I can find such a redirector?
> 
> Damien
> 
> -----Original Message-----
> From: hno@hem.passagen.se [mailto:hno@hem.passagen.se]
> Sent: Friday, 19 May 2000 5:33 AM
> To: djcroark@ssc.net.au
> Subject: Re: reverse authentication for squid
> 
> Damien Croarken wrote:
> >
> > will this be invisible or visible to the user on the other end?
> 
> You can select.
> 
> The normal mode is invisible.
> 
> --
> Henrik Nordstrom
> Squid hacker
Received on Fri May 19 2000 - 16:18:39 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:32 MST