Discussions

Ask a Question
Back to All

Cross Origin Issue with CTI

I have integrated Dialpad CTI in my hosted react webapp. I am able to make calls alright. Now i wrote a script to initiate calls using the contentWindow.postmessage() following the api docs. but i get Uncaught DOMException: Failed to read a named property 'globals' from 'Window': Blocked a frame with origin "https://dialpad.com" from accessing a cross-origin frame.

How do I resolve this?