简体   繁体   中英

Load a sameorigin webpage in another website using iframe?

I want to display this webpage in my application.

But i got this error Refused to display https://onlineadmission.ignou.ac.in/onlinerr/StudentReRegistrationForm.aspx in a frame because it set X-Frame-Options to sameorigin . Please help me out how to display that page in my application.

<iframe name="form-target" width="100%" height="100%" src="https://onlineadmission.ignou.ac.in/onlinerr/StudentReRegistrationForm.aspx" frameborder="0" allowfullscreen="" srcolling="no"  target='_top'></iframe>

Well, if that would work the way you want, then The clickjacking attack would be possible too.Thats why we have security for.

There is an interesting article about this: iframe-loading

You can check Clickjacking for more informations.

Or here for those, who wants to know, how to prevent clickjacking attack.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM