http-proxy-middleware icon indicating copy to clipboard operation
http-proxy-middleware copied to clipboard

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more

Results 138 http-proxy-middleware issues
Sort by recently updated
recently updated
newest added
trafficstars

### Checks - [x] I understand project setup issues should be asked on [StackOverflow](https://stackoverflow.com/questions/tagged/http-proxy-middleware) or in [GitHub Discussions](https://github.com/chimurai/http-proxy-middleware/discussions). - [x] I updated to latest `http-proxy-middleware`. ### Describe the bug (be...

need minimal example

### Checks - [X] I understand project setup issues should be asked on [StackOverflow](https://stackoverflow.com/questions/tagged/http-proxy-middleware) or in [GitHub Discussions](https://github.com/chimurai/http-proxy-middleware/discussions). - [X] I updated to latest `http-proxy-middleware`. ### Describe the bug (be...

need minimal example

# Retry Mechanism for Failed Proxy Requests We need a retry mechanism to handle temporary service unavailability and connection failures during proxy requests, something like 'ECONNREFUSED' ### Current Behavior -...

### Discussed in https://github.com/chimurai/http-proxy-middleware/discussions/1069 Originally posted by **ItsAnoch** February 2, 2025 I've been trying to intercept the HTML response and use JSDOM to modify some elements before returning the edited...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. This patch addresses a vulnerability (CVE-2024-21536)...

### Checks - [X] I understand project setup issues should be asked on [StackOverflow](https://stackoverflow.com/questions/tagged/http-proxy-middleware) or in [GitHub Discussions](https://github.com/chimurai/http-proxy-middleware/discussions). - [X] I updated to latest `http-proxy-middleware`. ### Describe the bug (be...

### Describe the feature you'd love to see We use `socket.end()` to terminate websocket proxy. Is it correct way? There is no docs for that. We suspect it causes memory...

## Description The matchPathFilter function has been enhanced to handle mixed arrays of string and glob paths. This allows for more flexible URI matching, accommodating cases where both types of...