Re: About unoffical HTTP headers

2005-04-26 Thread Shu Cao
Hi, Charles K. Clarkson: > This is the first I have heard there were unofficial HTTP headers > and you have me curious. Why would you want to see these? Are you > writing a low level server script? We just use HTTP protocol transferring our customized messages. The client side is implemente

Re: About unoffical HTTP headers

2005-04-26 Thread Shu Cao
Hi, Wiggins d'Anconia: > This is going to depend on the web server, as it is the software parsing > the HTTP request, it just passes execution to the CGI and sets up the > environment before hand. So it is up to the web server software to set > in the environment the extra headers, you should chec

RE: About unoffical HTTP headers

2005-04-26 Thread Charles K. Clarkson
Shu Cao wrote: : I am new to Perl CGI programming. And I encounter a difficult problem : wish you guys can help me. Thank you! Here is the problem, how can : Perl CGI program get the unofficial HTTP header value like "x: y". I : examine the %ENV hash, and found nothing b

Re: About unoffical HTTP headers

2005-04-26 Thread Wiggins d'Anconia
Shu Cao wrote: > Hi, > > Sorry, my last email has some errors. The unofficial HTTP header should > look like "x: y" not "x=y". > > I am new to Perl CGI programming. And I encounter a difficult problem > wish you guys can help me. Thank you! Here is the problem, how can Perl > CGI program get th