-
The Connection class creates an HttpClient and DelegatingHandler on every request. This is bad practice in a server environment like ASP.NET, see
https://docs.microsoft.com/en-us/dotnet/standard/micr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I try to access AuthenticationStateProvider from a DelegatingHandler which intercepts r…
-
Hi. I'm using the Microsoft.Azure.Cosmos.Table package (version 1.0.6).
I intended to change the way `CloudTableClient` is initialized to take advantage of `IHttpMessageHandlerFactory` because we'r…
-
This is only idea for improvement, I would definitely understand if it is rejected due to existence of Service Fabric Reverse Proxy.
Such a library should:
* Perform service resolution
* Honor 41…
-
I have a custom context for password resetting:
```
config :myapp, :pow,
user: MyApp.Users.User,
users_context: MyApp.Users,
repo: MyApp.Repo,
web_module: MyAppWeb,
mailer_backend: …
-
### Description
When using `HttpMetricsEnrichmentContext.AddCallback`, it sometimes seems to add duplicate tags to a metric.
For a metric, I got multiple amount of different amount of duplicates…
-
**Is your feature request related to a problem? Please describe.**
Sometimes, for an API with multiple routes, we'd like different timeouts for each route
At the moment, the timeout can only be sp…
-
**Is your feature request related to a problem? Please describe.**
https://wizardsofsmart.wordpress.com/2014/05/13/how-to-use-base-sendasync-in-f-delegatinghandler/
The issue is that without this tr…
-
Currently have I have a MessageHandler that decorates my models with hypermedia links. When I add the server caching options (client only is fine) then the MessageHandler runs, but the cache serves th…
-
While the ASP.NET repository comes with all required infrastructure to support a web application to emit HTTP Strict Transport Security (HSTS) headers that browsers can use to adhere to [the applicabl…