Manual Chapter :
About defining a server from a URL
Applies To:
Show VersionsBIG-IP APM
- 17.1.1, 17.1.0, 17.0.0, 16.1.5, 16.1.4, 16.1.3, 16.1.2, 16.1.1, 16.1.0, 16.0.1, 16.0.0, 15.1.10, 15.1.9, 15.1.8, 15.1.7, 15.1.6, 15.1.5, 15.1.4, 15.1.3, 15.1.2, 15.1.1, 15.1.0, 15.0.1, 15.0.0, 14.1.5, 14.1.4, 14.1.3, 14.1.2, 14.1.0, 14.0.1, 14.0.0, 13.1.5, 13.1.4, 13.1.3, 13.1.1, 13.1.0
About defining a server from a URL
You can add BIG-IP® server definitions to F5 Access from a URL. You can
provide these URLs to users, so they can create and/or start VPN connections without having to
manually start the application.
Use the following URL and parameters to create a server:
f5access://create?server=server_address[¶meter1=value1¶meter2=value2...]
Special characters in parameters must be URL-encoded.
The syntax to define a server from a URL follows.
- server
- The server address is either a DNS name or an IP address.
- name
- An optional description of the server.
- username
- An optional parameter used to specify the user name with which to start the connection. When theusernameis specified without apassword, then an authentication prompt is displayed. If nousernameis specified during server creation, the user is prompted for it at session initiation, if required.
- password
- An optional parameter used to specify the password with which to start the server connection. When thepasswordparameter is specified, it is used as a one-time password and not saved in the configuration.
- logon_mode
- Specifies whether the logon mode is the standard logon (native) or web logon (web). The default logon mode isnative.
- domain_never
- An optional, comma-separated list of match pattern(s) for the Never Connect domain list, for iOS devices only.
- domain_ifneeded
- An optional, comma-separated list of match pattern(s) for the Connect If Needed domain list, for iOS devices only.