
BBjHttpRequest::getRequestURL
Description
In BBj 12.0 and higher, this method returns the URL the client used in the BBjHttpRequest.
Syntax
Return Value |
Method |
String |
getRequestURL() |
Parameters
None.
Return Value
a String containing the URL
Remarks
The example below shows getting the URL from a request within a BBjServlet.
Example
REM
Obtain the instance of the BBjAPI object |