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

## Description ## Motivation and Context fix https://github.com/chimurai/http-proxy-middleware/issues/777 ## How has this been tested? ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [...

Version 3 introduced some breaking changes in order to have a better DX and extensibility with the new plugin system. Read about what changed in [v3 discussions](https://github.com/chimurai/http-proxy-middleware/discussions/768). You can give...

### Expected behavior Expect successful SSL connection and response from the api server. Even though ssl object is being set in the options, it doesn't appear that the configuration is...

awaiting response

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

### Is this a question? No ### Is this a bug report? Yes ### Is this a feature request? No ### Steps to reproduce Steps to reproduce are similar to...

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

### `yarn why http-proxy-middleware` OR `npm ls http-proxy-middleware` output (mask private folder names with *****) ```shell [email protected] D:\Development\proxy `-- [email protected] ``` ### - [X] I understand project setup issues should...

bug

Hi, I have api on iis server behind basic windows authentication and i cannot use cors. So I tried to use this module but however I configure it I cannot...

bug
help wanted
question

Under load, when using a keep-alive agent, if the # of incoming requests exceeds the max sockets, we are seeing a `ERR_HTTP_HEADERS_SENT` very quickly. ### Is this a bug report?...