You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to bypass same origin policy while using in iframe. Uncaught DOMException: Blocked a frame with origin "http://localhost:8080" from accessing a cross-origin frame.
#70
Open
rohit248 opened this issue
Sep 20, 2017
· 1 comment
Your response header may container "X-Frame-Options:DENY". Notice it!!! It means that response can not be loaded by frame!!! X-Frame-Options is needed to be known.
Tried to follow this but no success :-
https://stackoverflow.com/questions/25098021/securityerror-blocked-a-frame-with-origin-from-accessing-a-cross-origin-frame
The text was updated successfully, but these errors were encountered: