I
IramK
Guest
Hello, I have a portal page that is embedded on a website in an iframe and I get the following security error: Uncaught SecurityError: Blocked a frame with origin " https://subdomain.domain.com" from accessing a frame with origin " http://www.domain.com" . The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match. main.js:436 Note: I do not have any script that is trying to access information from the main website page where this iframe is embedded. Upon inspecting the main.js file at line 436, it is trying to access the rb.newui variable from the parent window which is not defined for portals and window.top (which is my website) definitely doesn't have that variable defined. This needs to be resolved going further as my portal page is not behaving correctly because of this security exception error. Let me know once this issue is fixed. Cheers. Iram
Continue reading...
Continue reading...