3.12.1. URL Previous topic Parent topic Child topic Next topic

This string parameter specifies an URL for a HTTP backend service. HTTPS is supported. Multiple URL parameters are supported. At least one URL must be defined. Optional comma separated priority value may follow an URL. If priority is not defined, it defaults to 1. When URL is configured to use https scheme, TLS client parameters must be configured. For more information, see Section 3.11. TLS configuration
# Service is reachable from two local ports
URL http://127.0.0.1:8888/radius
URL http://127.0.0.1:8889/radius

# Use port 443 and non-default priority
URL https://api.example.com/radius, 2
URL https://api.example.net/radius, 3
Radiator's special formatting characters, see Section 3.3. Special formatters, in URL are processed only when FormatURL is set. The supported formatters are documented for each clause that uses HTTP client parameters. See AuthBy REST for an example.