Uncaught DOMException: Blocked a frame with origin "https://dev91262.service-now.com" from accessing a cross-origin frame.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 02:24 AM
Am getting an error as shown below when i integrate servicenow with other platform.
Uncaught DOMException: Blocked a frame with origin "https://dev91262.service-now.com" from accessing a cross-origin frame.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2020 07:19 AM
Sounds like you are getting CORS issues on the other site. The domain you are hitting, needs to allow inbound calls from the current domain. So if you are hitting example.com, then example.com needs to allow dev91262.service-now.com. If you're doing it the other way, you can add CORS rules here in SN;
MDN Docs on CORS https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2020 02:06 AM
I have made all changes like u said.But its of no use.Am still getting the same error

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2020 06:38 PM
You may need to set up the other system to allow calls from the dev91262.service-now.com.
Without more information I'm not sure what help I can be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2020 10:50 PM
Thanks, I have a domain eg.www.example.com to which a redirection is happening from servicenow.And all the ports are opened for servicenow.Still am getting the error.