Open topic with navigation
The com.HttpServiceRequest.getUrlHost() method returns the host name from the HTTP service request URL.
getUrlHost()
RETURNS STRING
...
DEFINE req com.HttpServiceRequest
DISPLAY req.getUrlHost()