You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a project for a client where all outbound HTTP calls need to go through a proxy server. I see that an HttpClient is used internally in the sink, but there's no injection point for a HttpMessageHandler anywhere. I suggest another optional parameter in the EventCollector constructor and extension method: proxyAddress, which is exactly what it looks like. This can then be passed in to the EventCollectorClient constructor and be used to create a HttpClientHandler using the provided proxy.
I'd be happy to create a PR for this.
The text was updated successfully, but these errors were encountered:
I'm currently working on a project for a client where all outbound HTTP calls need to go through a proxy server. I see that an
HttpClient
is used internally in the sink, but there's no injection point for aHttpMessageHandler
anywhere. I suggest another optional parameter in theEventCollector
constructor and extension method:proxyAddress
, which is exactly what it looks like. This can then be passed in to theEventCollectorClient
constructor and be used to create aHttpClientHandler
using the provided proxy.I'd be happy to create a PR for this.
The text was updated successfully, but these errors were encountered: