Fetching address-string from web-browser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dermoon

    Fetching address-string from web-browser

    Hi!

    I want to fetch the address-string from the web-browser visiting a page on
    my apache-server (not using access-log).

    ex. "http://some-server/mydocument.html "

    To fetch the document name I used os.environ['DOCUMENT_NAME'] on my linux-system.

    Now I am using a Win2000 machine and I would like to fetch the whole
    string, not just the document name.

    How is it done?
Working...