Thursday 24 August 2017

Help finding resources?

I'm looking to build a nodejs script that will basically proxy a webpage, but also modify the source to ensure all content is also sent through the script.User requests localhost/viewpage?url=http://ift.tt/2wJLGnc will then request google.com and download the html.It will then update all image src, href, css links, etc to point to localhost/viewpage?url=old_src.Finally it will serve the page.I've been googling for proxy, but this is giving a lot of results that don't help. Does anyone know of a script that already handles this or any npm modules that would be helpful in building this service?Thanks in advance.

Submitted August 24, 2017 at 09:14PM by fyzbo

No comments:

Post a Comment