Web proxy
Several properties support Web proxy configuration.
Note: Set these properties in the System Properties [sys_properties] table.
| Property | Description | Examples |
|---|---|---|
| glide.http.proxy\_host | Specify the proxy server hostname or IP address. - Type: string - Default value: none | proxy.company.com, 192.168.34.54 |
| glide.http.proxy\_port | Specify the port number for the proxy server. - Type: string - Default value: none | 8080, 9100 |
| glide.http.proxy\_username | Specify the username used to authenticate the proxy server. - Type: string - Default value: none | proxyuser |
| glide.http.proxy\_password | Specify the password used to authenticate the proxy server. - Type: string - Default value: none | password |
| glide.email.override.url | Set the URL to use in emailed links in place of the instance URL. The URL should end with `nav_to.do`.- Type: string - Default value: instance URL | https://servicenow.customerdomain.com/production/nav\_to.do |
- NTLM authentication
NTLM is the most complex of the authentication protocols supported by a basic web server. - Proxy servers for SOAP clients
Administrators can specify separate proxy settings for SOAP clients, such as the MID Server or ODBC Driver. - Bypass the proxy server
Administrators can configure the instance to bypass the proxy server for specific URLs or URL patterns.
Parent Topic:Basic system configuration