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 When I try the same with a ftp-request it works fine. Ex: ftp://username:[EMAIL PROTECTED]/path will be interpreted to ftp://username:[EMAIL PROTECTED]/path/- - GET Why I can't see username:password in my script for http? 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
