[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] getting env_path in RAQ2



Dont know some bugs. Use (perl syntax used for example)

$ENV{'SCRIPT_URI'} to get the URL with path and cgi
i.e. http://host.domain.dom/cgi-bin/the.cgi

$ENV{'REQUEST_URI'} to get path an GetString
i.e. /cgi-bin/the.cgi?name=content

$ENV{'QUERY_STRING'} to get the GetString only
i.e. name=content

Greets Sven

-------------------------------------------------------------------------
ChaosIndustries *Security*Programming*Networks*
Sven Grube
Merowinger Str. 83 * 40225 * Düsseldorf * Germany
Fon: +49 211 3369860 * Fax: +49 211 3369861
 

hsm schrieb:

Hello, Is there any known bug where the env variable does not return the complete path, for possible use as a query string. I saw that there was a patch for this in RAQ1, but no mention in the RAQ2 doenlaod page. Can someone please help me on this. Warm Regards HS Mann