AspNetCore.Proxy icon indicating copy to clipboard operation
AspNetCore.Proxy copied to clipboard

ASP.NET Core Proxies made easy.

Results 34 AspNetCore.Proxy issues
Sort by recently updated
recently updated
newest added

In `ExecuteHttpProxyOperationAsync` the following code throws if IHttpClientFactory is not registered. Wasn't obvious to me what the cause was, ended up downloading the code and stepping through ``` var httpClient...

> ASP.NET Core Proxies made easy. well it may be in your case, but not in mine. Other users see the usage of the api hard as well. See the...

Is it possible to support strong typed results (IActionResult). I'm using 'WithAfterReceive' to rewrite the response. This is working well, but I would like to be able to use an...

1. Is this a useful example? 2. Is there a better way to do this?

Hi, I am trying to proxy some requests with a different authorization header (bearer token). Now I would like to retry the request if the response is 401, so that...

I want to check some conditions on DB, before making a redirect to proxy. Any suggestion on code below. All, I need is get the worker URL from database using...

I've been puzzling how to use AspNetCore.Proxy to forward a Post request to a Web API Controller. Currently, the code looks like this: [HttpPost] [Route("[action]")] public async Task Login(LoginViewModel model)...

Hi, First and foremost, thanks a lot for this great library! I've been using this in production for a while now and it is working great! We have recently did...

Implementation for #80 This change passes a bool up the stack to the middleware layer to say if the pipeline should be short-circuited I think this first go isn't probably...