System Property - glide.http.proxy_bypass_list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 07:13 AM
Does anyone know what is the purpose of the system property - glide.http.proxy_bypass_list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 03:14 AM - edited 03-08-2023 03:14 AM
Hi @sheker ,
The "glide.http.proxy_bypass_list" system property in ServiceNow is used to specify a list of hosts and IP addresses that should be accessed directly instead of through the configured HTTP proxy server.
When a user tries to access a website or external service from ServiceNow, the request is sent through the configured HTTP proxy server by default. However, some websites or services may not work properly when accessed through a proxy server, or they may require a direct connection for security reasons.
In these cases, the "glide.http.proxy_bypass_list" system property can be used to specify a list of hosts and IP addresses that should be accessed directly, bypassing the configured HTTP proxy server. This allows users to access these services without encountering any issues caused by the proxy server.
The value of the "glide.http.proxy_bypass_list" property should be a comma-separated list of hostnames or IP addresses that should be bypassed. The entries in the list can include wildcard characters, allowing you to bypass entire domains or IP ranges.
Reference Doc: https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/administer/import-sets/re...
Regards,
Shravan
Shravan
Please mark this as helpful and correct answer, if this helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 03:00 PM
We have an implementation where a process has to talk to ServiceNow and an intranet application. I tried to add the intranet domain to this property, but looks like this property didn't help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 03:18 AM
Hi @sheker
Following links will provide the information about your concern:
Mark my answer helpful and correct if it helps to resolve your issue.
Thank you
Rajesh.