On Thursday 24 February 2005 19:48, Phil's Yahoo wrote:
> [EMAIL PROTECTED] root]# curl -v www.anfmailorder.com/proxy/test.pl
> * About to connect() to www.anfmailorder.com:80
> * Connected to p15162004.pureserver.info (217.160.184.86) port 80
> > GET /proxy/test.pl HTTP/1.1
> User-Agent: curl/7.9
i have traced the problem with the headers by using "curl -v" on the address
and i think the problem is because after apache has sent the headers it
inserts a empty
line so that when i print headers in perl i just writes the text and
egnores the headers.
the following is the exact output of the p