Hi Chris, Have you tried encoding the slashes in your QUERY_DATA arguments? If this doesn't work, you will have to replace them with another character, and do a "find and replace" on the server. Alternatively, you could write your own ParameterParser that leaves PATH_INFO intact. Then you would have to use QUERY_DATA or POST for all the request parameters in your Turbine app.
Regards, -- Rodney On Saturday 19 January 2002 08:26 am, you wrote: > Chris> Any suggestions how I get it to leave embedded slashes in an > argument? > > Rodney Schneider <[EMAIL PROTECTED]> writes: > > Try using QUERY_DATA instead of PATH_INFO for the URL argument. > > Beauty, eh! Works great. > > Thanks! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
