From: <sh...@ru...> - 2004-11-19 14:33:03
|
If you mean the HTTP referer information, you can get that out of the runtime environment: $ENV{'HTTP_REFERER'} A google search randomly turned up this page, which has a useful list and is running under mod_perl: http://www.cis.ksu.edu/~aruljohn/cgi-bin/env.cgi If that page stops working try another search for "mod_perl environment variable list". Good luck! shimon. On Fri, Nov 19, 2004 at 04:09:05PM +0200, Alex Deva wrote: > Hi, > > Can I access the 'referral' field, or indeed the HTTP request header at all? > There seems to be no method for that (or at least one that would return a > CGI object, or something) > > Thanks! > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Pagekit-users mailing list > Pag...@li... > https://lists.sourceforge.net/lists/listinfo/pagekit-users |