29 Mar
2001
29 Mar
'01
12:50 p.m.
aaaah, sorry for the disturbance. I discovered (part of) the solution now. The info I need is in the HTTP variables PATH_INFO and PATH_TRANSLATED. thanks for your attention oliver
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?