Hi!
I'm using Squid and want to use a php-skript as redirector. As far as I
know
Squid understand the following extended URL syntax for HTTP:

http://username:[EMAIL PROTECTED]/path

I wrote a simple redirector script which write STDIN to a file and to
STDOUT. Now I can see that the following URL:

http://username:password/10.10.33.1/index.php

will be interpreted to

http://10.10.33.1/index.php 10.10.34.1/- - GET


Why can't I see username:password in my script? I need these informations
for the redirector-process.

I hope you can give me an answer to solve my problem.
Thanks for your help.

Best regards
Uwe

Reply via email to