Ilia Syrtsov
Ilia Syrtsov
**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 In v2.2.0 we had following code of custom transform ```csharp public override async Task ApplyRequestTransform(RequestTransformContext requestContext) { requestContext.ProxyRequest.Content = new StringContent(body, Encoding.UTF8, contentType); } ``` After...