I am developing a web page that needs to display, in an iframe, a report served by another company's SharePoint server. They are fine with this.
The page we're trying to render in the iframe is giving us X-Frame-Options: SAMEORIGIN which causes the browser (at least IE8) to refuse to render the content in a frame.
First, is this some...
What I am wondering is if there is an alternative way to load and embed the content into pages using a Firefox Addon. I know I can load the content using things like io-service and scriptableinputstream to avoid the X-Frame-Options issue, but how can I then write that content into an iframe added to the DOM of the page, have it load prop...
Disclaimer: I posted this question in Server Fault first. One of the users there suggested SO instead. So here I am.
Firefox 3.6.10 on the same machine does.
When I try to display a page from Domain A using an iFrame in Domain B, Firefox displays an empty page. Chrome displays the page from Domain A even though it is not supposed to.
...