>
> i am trying to read the headers of an incoming HTTP request
> in a CGI script. It seems to me that the only way to do so is
> to use mod_perl methods since the standard CGI interface does not
> provide request header access - or am I missing something here?
>
> The problem is that in this specific project I am stuck with
> a non-apache http-server (NS fasttrack) - do I have
> a chance to get the http headers without mod_perl?
>

Normaly only these one, which your server setup in the environement for you.
Print out the whole %ENV to see what you can get.

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

Reply via email to