Bypass X-frame-options
I am working on a case management system which requires a series of client checks to be performed. On the current system the user is required to visit the external site, take a scr
Solution 1:
You can bypass X-Frame-Options
header by using my X-Frame-Bypass Web Component. It extends the <iframe>
element by using the CORS proxy and works in the latest Firefox and Chrome browser.
Solution 2:
Since your boss needs to bypass X-Frame-Options header on his machine only, you can try some browser extension to remove the header.
Please note that this is not the only caveat to open the websites inside iframes. This is hell lot of challenging to open all sorts of websites inside iframe.
Since you asked to bypass X-Frame-Option header, Install a chrome/firefox extension like
And setup rule to remove this header. Please read this article: Bypass Iframe Busting Header using extension
Post a Comment for "Bypass X-frame-options"