A proxy-like website fetching and displaying
Posted: Fri Jul 31, 2009 5:03 pm
Is there a way to easily fetch a website, parse it and then display it on your own server as if it was viewed from the original?
This is necessary for being in control of the content that is being displayed - before displaying, content is filtered.
One could fetch the website and the absolutize all relative URLs, but it still creates multiple problems - relative links generated by JS and CSS and so forth.
Any ideas, directions?
This is necessary for being in control of the content that is being displayed - before displaying, content is filtered.
One could fetch the website and the absolutize all relative URLs, but it still creates multiple problems - relative links generated by JS and CSS and so forth.
Any ideas, directions?