Is there any way to read the entire querystring returned from a call url in ebase 3.4?
I know we can read individual elements of the querystring with a custom function getRequestParameter, but is there any way to read the entire string as the names of inbound parameters might not be known?
Request.QueryString in ebase 3.4
Moderators: Jon, Steve, Ian, Dave
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
You can use the requestproperty function. This is one of the "additional" functions so you may need to install it first - see the online doc. With this function you can read any of the request properties in the underlying Java interface HttpServletRequest. I think you probably need the queryString or requestUrl property. See online javadoc for HttpServletRequest for a list of properties (anything that has a getXxx() method).
Regards
Jon
Regards
Jon
0 x
Who is online
Users browsing this forum: No registered users and 20 guests