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:password@host/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:password@host/path
will be interpreted to
ftp://username:password@host/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
Received on Mon Oct 06 2003 - 04:37:24 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:24 MST