in reply to direct connection works, proxy does not.
This will show you what you're getting. Compare the results with and without proxy server, and go from there.print "Content-type: text/plain\n\n"; my $key; foreach $key ( keys %ENV ) { print $key, " = ", $ENV{$key}, "\n"; } print "---\n"; foreach $key ( keys %INPUT ) { print $key, ": ", $INPUT{$key}, "\n" } exit(0);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: direct connection works, proxy does not.
by belize (Deacon) on Feb 03, 2001 at 04:36 UTC |