What kind of friends I hope you can support me with some doubts I have.
I am uploading a page in an iframe , and when I try to access the contentDocument it returns the following error DOMException: Blocked a frame with origin " link "from accessing to cross-origin frame. , I understand that this is normal since they are two different dominions.
I would like to know if there is a way to get access (I mean if you know a js that allows that functionality) or in my case I'm using ASP.NET MVC and if there is an alternative to be able to solve my dilemma.