Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@rohit248
Copy link

rohit248 commented Sep 20, 2017

Tried to follow this but no success :-
https://stackoverflow.com/questions/25098021/securityerror-blocked-a-frame-with-origin-from-accessing-a-cross-origin-frame

@memorylorry
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants