Linking to a url that is only available on internal server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
We have knowledge articles that point to internal resources (not accessible except when on the local network or when connected via VPN)
Is there anyway to allow for the urls to redirect cleanly, without having the user right-click to open a new tab.
Currently we're running into the message "The connection is blocked because it was initiated by a public page to connect to devices or servers on your local network." Which I think we're getting because ServiceNow is trying to handle the url on the server-side before redirecting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @YvanMartino ,
If it client instance,
Ensure you are not trying to access an internal site which is not approved by your client.
1. Clear your cache and cookies to ensure outdated security rules aren't being applied.
2. Upgrades to Chrome v142/Edge v143 restrict public-to-private navigation.
3. Ensure any firewall rule or Zscaler is not causing the issue
4.Lastly check your Local Network access:
In Chrome, go to settings and look for Privacy and Security > Site Settings > Additional permissions > Local network access to ensure sites are not being blocked from local devices.,
(it it is blocked in your system)
Troubleshooting Local Network Access:
- Open chrome://policy in your address bar.
- Click Reload policies.
- Verify that LocalNetworkAccessAllowedForUrls is listed, Status is "OK", and the value matches exactly the origin (e.g., https://your-trusted-website.com) that is trying to connect to your local network.
- Press F12 to open Developer Tools on the page that is failing.
- Click the Console tab.
- Look for red errors. A message mentioning "Preflight" or "CORS" confirms the issue is likely on the local server's configuration, not just the browser policy.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
We're only seeing this issue when users are trying to navigate to the local network resource when using a url within ServiceNow itself, otherwise no problem what so ever.
I've eliminated most of the possible issues you mentioned. It seems users have only begun to experience this issue since we upgraded to Yokohama. Could there be something we need to be aware of there?