END_URL
This element specifies a URL that the user agent redirects to at end of the Web application.
Syntax
<END_URL>url</END_URL>
- url specifies the URL that the application is redirected to when it ends.
Child elements
There are no child elements.
Usage
You use this element to specify a URL that the user agent redirects to at end of the Web application. The URL must start with "http://" or "https://". If not, the uaproxy will not start and you will get an error in the ua logs as follows:
18:39:01.599000 0.007 [uaproxy.c:530] 8640 0 - "SECURITY ERROR" END_URL=www.4js.com must start with http:// or https://
Usage example
<END_URL>http://www.4js.com</END_URL>
Parent elements
When used in an application configuration file, it is a child of APPLICATION (for application).