---
sourceDocument: Yokohama ServiceNow AI Platform Administration
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/platform-administration

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Web proxy

# Web proxy {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Several properties support Web proxy configuration.
Note:  
Set these properties in the System Properties `[sys_properties]` table.  
{#c_WebProxy__table_iyk_qll_cr__entry__3}

| Property | Description | Examples |
|-|-|-|
| glide.http.proxy_host | Specify the proxy server hostname or IP address. * Type: string * Default value: none {#c_WebProxy__ul_hcw_xfc_tx} | proxy.company.com, 192.168.34.54 |
| glide.http.proxy_port | Specify the port number for the proxy server. * Type: string * Default value: none {#c_WebProxy__ul_icw_xfc_tx} | 8080, 9100 |
| glide.http.proxy_username | Specify the username used to authenticate the proxy server. * Type: string * Default value: none {#c_WebProxy__ul_jcw_xfc_tx} | proxyuser |
| glide.http.proxy_password | Specify the password used to authenticate the proxy server. * Type: string * Default value: none {#c_WebProxy__ul_kcw_xfc_tx} | 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 {#c_WebProxy__ul_e1x_jgn_sv} | https://servicenow.customerdomain.com/production/nav_to.do |
[Table 1. Proxy setup properties]

{#c_WebProxy__table_iyk_qll_cr}
* **[NTLM authentication](https://www.servicenow.com/docs/KZ79Z39J55COgzJfSbuAiw)**   
  NTLM is the most complex of the authentication protocols supported by a basic web server.
* **[Proxy servers for SOAP clients](https://www.servicenow.com/docs/7floKL1knh02fuiynEkBUg)**   
  Administrators can specify separate proxy settings for SOAP clients, such as the MID Server or ODBC Driver.
* **[Bypass the proxy server](https://www.servicenow.com/docs/IsYPGEz8N3Gkzl3QDBvJNw)**   
  Administrators can configure the instance to bypass the proxy server for specific URLs or URL patterns.

