[BangPypers] How to retrieve current URL in CGI scripting

Praveen Kumar praveen.python.plone at gmail.com
Wed Nov 25 06:20:44 CET 2009


You can try HTTP_REFERER but it depends on several things (browser,
server, cgi-implementation etc.)

On Tue, Nov 24, 2009 at 12:13 PM, Vivek Khurana <hiddenharmony at gmail.com>wrote:

> On Tue, Nov 24, 2009 at 10:09 AM, Vivek Rajendran <vivekbest86 at yahoo.com>
> wrote:
> >
> > Hi,
> >     I would like to know how to get the current url inside the cgi script
> > where I'm using it.
> > For Ex:
> >     I'm having index.py in location /var/www/html/foobar/ in server with
> IP
> > 10.0.0.12
> >
> >     When I retrive this page from browser, I want to know the current URL
> > as "http://10.0.0.12/foobar/"
>
>  You can find this information in HTTP headers.
>
> regards
> Vivek
>
> --
> The hidden harmony is better than the obvious!!
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
Praveen Kumar
+91 9739854134
http://praveensunsetpoint.wordpress.com
Bangalore


More information about the BangPypers mailing list