Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

node-http-proxy

A full-featured http proxy for node.js. Contribute to http-party/node-http-proxy development by creating an account on GitHub.

node-http-proxy Reviews and details

Screenshots and images

  • node-http-proxy Landing page
    Landing page //
    2023-10-14

Badges

Promote node-http-proxy. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about node-http-proxy and what they use it for.
  • Is there a way to accept incoming http but outgoing must be https?
    Take a look at https://github.com/http-party/node-http-proxy , specifically their .web() helper. Source: over 1 year ago
  • HTTPS proxy setup with response modification
    I have been tasked with writing a proxy server that takes a clients requests and forwards it to a target server (normal proxy stuff). The client and the target are out of my control. The only change in the client is that the its requests to the proxy server instead of the target. Now, what I need to do is modify the response from target because the client expects it in a certain format and the server responds... Source: over 1 year ago
  • what's the stack for this application?
    What you're describing is a proxy server. If you wanted to use Node.js check out https://github.com/http-party/node-http-proxy. Notice that the examples there just forward the req though which potentially has identifying information like cookies, so you'll need to rework to anonymize. Should be straightforward. Source: almost 2 years ago
  • GraphQL is now available on Supabase
    There's several ways to have a blog path contain a separate setup from the marketing/product routes. One is to run a reverse proxy on the root domain to pull in separate routes for various services. https://github.com/http-party/node-http-proxy You can do rewrites at the server level for the root domain Or if the app on the root domain can do the routing for you (have done this before with a Rails app). - Source: Hacker News / about 2 years ago
  • Creating and deploying a tiny proxy server on Vercel in 10 minutes
    Check the documentation of the http-proxy-middleware library (and of the node-http-proxy library, used under-the-hood) to learn how you can manipulate the proxied request & response. - Source: dev.to / about 2 years ago
  • How to create a simple forward proxy
    My goal is to have a simple forward proxy where I can also manipulate or block requests. Currently I try to set up a project using node-http-proxy. Source: about 2 years ago
  • Heroku equivalent/alternative to editing local hosts file?
    I'm running Node app in Heroku which is using node-http-proxy, and I've given my Heroku app the domain "example.com". Source: over 2 years ago
  • How to pass requests to and responses from external service through a proxy?
    I've successfully implemented this (a bit more complex case with response processing) with https://github.com/http-party/node-http-proxy - additional proxy can be specified via node agent mechanism. Source: over 2 years ago
  • Load Balancer built using JS
    Why you want to build a one.. node-http-proxy is good one for reverse proxy and load balancer. Source: almost 3 years ago
  • Creating a viable proxy server in JS
    I know a little bit of JS, but all of it is GUI side, nothing like this. I have managed to find a http proxy here, but tbh I have no idea what it is saying. I have experience (though very little) in python and barely any in java, but I didn't think making a JS proxy would be hard with no experience. Apparently it is. Anh advice would be helpful. Source: about 3 years ago

Do you know an article comparing node-http-proxy to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic node-http-proxy discussion

Log in or Post with

This is an informative page about node-http-proxy. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.