How to display other sites content in our site and server without using iframe? In fact, I'm going download a page (same domain) and display in my server via php like browsers.
Note: file_get_contents
works well, but "CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource" so all stylesheets and some images are not loaded.
Is there a way to do it?