Reverse proxies and URL redirectionsIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> ServiceNow is a cloud based application. Some customers would like to "rename" their instances with a more user-friendly URL. While reverse proxies and redirection URLs are a good idea, they fail to cover all the use cases. Here are some details on this matter. Symptoms When ServiceNow is redirected by proxy or URLs, the proxies or redirection tools may face problems with a high level of calls or behave differently than if directly connecting to the instance.CauseReverse proxies and redirection URL require rules to process the calls. These rules need to be correctly configured to achieve the desired behavior. However, there are connection functions essential for ServiceNow and they need to be excluded from interception. In addition, some ServiceNow functions could cause a bottle neck on the proxies and redirection URL appliances as they are used to keep applications up-to-date with the cloud information.ResolutionServiceNow support is not able to support setup on the proxies or redirection services outside ServiceNow offerings. While we do not have information on how setup the redirection rules, here are a few recommendations: Avoid intercepting the following URLs or it could cause performance problems:/amb/connect /amb/handshake /api/now/ui/presenceBlocking /amb URLs could cause application features to fail and lead to unpredictable behavior in the instance. As more and more product features rely on /amb, the impact of disabling the URLs will get more and more significant.Pay special attention to our xmlhttp.do page. This page is used to handle XHR requests that perform transactions after the initial form has loaded. They perform all sorts of different functions.Try setting the redirection URL on the root directory. For example, <server>/ instead of <server>/dir/ Finally, ServiceNow support is not able to provide rule settings on the proxies or redirection services as they are outside our ServiceNow cloud. If you are setting up a reverse proxy or redirection URL, to understand what is in each of the different pages on the instance, you need to use network profiling tools to see what data is contained and to map the ServiceNow pages correctly to the rules required. As our product is constantly changing, we do not have specific documentation on the content for specific UI pages.Please note security issues or concerns are addressed immediately. Please contact support. Note: To understand ServiceNow pages on the instance, you need to use network profiling tools to see what data is contained and to map the ServiceNow pages correctly to the rules required.