Serving external webpages through a single website

56 views Asked by At

So I'm trying to make a webpage to show a few different webpages (google, facebook, reddit) on a single website. I want it to be similar to iframe functionality, except these websites all block iframe through x-frame-options, so I can't serve it normally.

I've seen websites that can serve other websites like this, however. Web proxies such as HMA (try typing in www.facebook.com) serve up websites like this fine, but when I try to even curl facebook, it doesn't work.

I'm using node.js serverside if that matters.

0

There are 0 answers