'how to make x-frame-bypass in vue.js?

I'm trying to open a website that should show me a table. The website is running on this url: "https://:16311/ibm/console//webtop/eventviewer/eventViewer.jsp".

My application is running on another server at url: "https://:5000/bsm". I am try to open the table by using like this:

    <div>
      <iframe src="https://<ip address>:16311/ibm/console//webtop/eventviewer/eventViewer.jsp"></iframe>
    </div>

then i got the erro that the request t open the table block because "x-frame-bypass" i tried those following solution: https://www.npmjs.com/package/x-frame-bypass

How Can I Bypass the X-Frame-Options: SAMEORIGIN HTTP Header?

Implement npm package custom component VueJS

but all those attemps was failed. how can i open page application inside a iframe?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source