I am writing an angular app, an internal utility for the company.
In one of my pages I want to display another page from another internal project, using an iframe.
<iframe src="https://......at/certificates" class="full"></iframe>
While running it the browser shows me this error:
Refused to display 'https://....at/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
Any idea?
Thanks