29 Mar
2001
29 Mar
'01
12:42 p.m.
Hello, is there a way to access URL path elements from python scripts? I am using a python script to inhibit acquisition and be able to use the rest of the URL path as a parameter (instead of using QUERY_STRING e.g.). That means i have a script called "frame" in the doc root and want to get the rest of the URL path: http://server.com/frame/rest/of/path using "return context.REQUEST.URL" just returns "http://server.com/frame" is there any way to get the rest of the URL? thanks --Oliver