<%@ Language=Python %> <% # Save the URL into a local variable url = Request.ServerVariables("PATH_INFO") %>

Current Document

The URL to this file is
<%= url %>

The local path to this URL is

<%= Server.MapPath(url) %>

Client Request Headers

<% for key in Request.ServerVariables: Response.Write("%s=%s
" % (key, Request.ServerVariables(key))) %>