1

I'm trying to create a web proxy alot like Proxify without th options that allows users to surf third-party websites instead of an iframe for maximum usability (Circumventing Iframe issues.).

How would I be able to achieve this?

Also, I've googled around and found some Node.js Web Proxies that don't seem to work anymore as they are out of date.

Examples:

Are their any recent Node.js web proxies available?

2 Answers 2

4

Just use node-http-proxy

Their documentation is solid and they have an examples folder.

A lot of people use this in production. Nodejitsu itself uses it in production.

Sign up to request clarification or add additional context in comments.

4 Comments

Thank you for finding this, so if I were to direct the proxy to a site all I would have to do is localhost:9000/Domain.com ?
@Trevor that's too vague. Just npm install it and try it.
Sorry I meant, how would I be able to browse a third-part website using this module?
@Raynos I'm sorry, documentation ?
1

Take a look at Hoxy. I haven't used it myself, but I am working on a similar problem (I want to circumvent the iframe same domain policy), so from the quick glimpse that I took of the project it seems to do what you want.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.