I'm trying to embed a webpage of mine within my website portfolio to showcase skills etc. However most browsers throw an error
Refused to display 'url' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
I know this is because my server has a set of xframe options assigned to it.
What other options are there to run a webpage within a webpage, or are there any work arounds to the xframe origins?