-
HttpRequestMessage.Properties has been deprecated. Use Options instead.
How to convert to HttpRequestOptions
-
-
## Expected Behavior / New Feature
A DelegatingHandler with `IHttpContextAccessor` injected can access the current context correctly.
## Actual Behavior / Motivation for New Feature
As of version…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
In the Blazor Web App (Interactive …
-
### What should we add or change to make your life better?
How to use [Delegating Handlers](https://ocelot.readthedocs.io/en/latest/features/delegatinghandlers.html) in `yarp` like `Ocelot`
### …
-
## Failing Test(s)
- Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory
## Error Message
```text
1. System.ObjectDisposedException : Cannot access a disposed object. Object name: 'IServi…
-
I noticed that [`HttpClientFactory` doesn't allow for adding an inner `DelegatingHandler` to the request pipeline](https://github.com/shiftkey/vcr-sharp/blob/master/vcr-sharp-tests/HttpClientFactory.c…
-
能否提供一个登陆的参考,wasm前端有拦截器吗,
是否能拦截所有请求,比如最常见的 (jwt bearer ) 后端 http401,自动跳转到登录页面
-
This is in reference to: https://github.com/simpleinjector/SimpleInjector/issues/183 posted back in 2016 that was closed by saying the solution was to register a handler as a singleton.
There are …
-
I am trying to hook a delegating handler to pass access token for every request.
```csharp
internal class Program
{
static async Task Main(string[] args)
{
…