reverse-proxy
reverse-proxy copied to clipboard
A toolkit for developing high-performance HTTP reverse proxy applications.
The [docs](https://learn.microsoft.com/en-gb/aspnet/core/fundamentals/servers/yarp/lets-encrypt?view=aspnetcore-9.0) for Let's Encrypt mention using [natemcmaster/LettuceEncrypt ](https://github.com/natemcmaster/LettuceEncrypt). As it happens, though, the repository for it was archived on 24th of April  with the [explanation](https://github.com/natemcmaster/LettuceEncrypt/issues/307) being that it...
### Describe the bug We started seeing a spike in TCP Close Wait / Http Queue Length (+4k) on one of our Azure App Services for Windows running YARP. Scaling...
**Upd with a short summary of the whole thread:** Not fixed. See a temporary [workaround](https://github.com/microsoft/reverse-proxy/issues/2721#issuecomment-2609855106). ## Description We are experiencing **"Stream was already consumed"** issue, which has been explained previously:...
### Describe the bug Using the `TlsFrameHelper` to parse ClientHello doesn't populate very much information if the record layer version is SSL3.0. Specifically, the `TlsFrameInfo.SupportedVersions` isn't populated with the ClientHello...
Our application makes use of the Host header and so we use the `RequestHeaderOriginalHost` option in YARP. But there are certain healthcheck endpoints which get called by IP address and...
Notes - Mount the files to the container - Decide what config we would need to expose
Hello, We are using an implementation of `IProxyConfigProvider` to handle our YARP Configuration. We're struggling with a way to handle situations where the updated config becomes invalid and the proxy...
Hello community, I am currently implementing YARP (Yet Another Reverse Proxy) in my Blazor Server application to proxy multiple existing projects. However, I am encountering the following issues: 1. **Static...
### What should we add or change to make your life better? When using Yarp and OpenTelemetry with the Aspire dashboard, all requests show in the dashboard with the route...