Web proxy
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- Now Platform Administration
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.
|
proxy.company.com, 192.168.34.54 |
glide.http.proxy_port | Specify the port number for the proxy server.
|
8080, 9100 |
glide.http.proxy_username | Specify the username used to authenticate the proxy server.
|
proxyuser |
glide.http.proxy_password | Specify the password used to authenticate the proxy server.
|
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 .
|
https://servicenow.customerdomain.com/production/nav_to.do |