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...

### Describe the feature you'd love to see https://github.com/chimurai/http-proxy-middleware/blob/master/package.json#L93 `micromatch` is vulnerable at v4.0.5 as per https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-4067. To me, it doesn't look like they are going to cut a new...

upstream

### 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...

## Description Recently I noticed that the `method` option was missing from the http-proxy serverOptions type. I've submitted a patch for the type https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70173, this PR simply bumps the dependency...

### 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...

upstream

### 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 - [ ] drop node 16 https://github.com/chimurai/http-proxy-middleware/blob/d3851ed0075298ea2477d4221809f5875781b66f/package.json#L101 - [ ] remove legacy `req.connection` https://github.com/chimurai/http-proxy-middleware/blob/fd0f5682510f4636ae115896f475310229b9b6e7/src/http-proxy-middleware.ts#L66 - [ ] use `node:` imports (https://nodejs.org/api/esm.html#node-imports) -...

### Describe the feature you'd love to see responseInterceptor: support zstd compression ### Additional context (optional) [Experimental - Added in v23.8.0] https://nodejs.org/api/zlib.html#class-zlibzstddecompress Related issue: https://github.com/chimurai/http-proxy-middleware/issues/1070#issuecomment-2674076835

enhancement

### 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