On Tue, Nov 24, 2009 at 10:09 AM, Vivek Rajendran <vivekbes...@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@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to