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 updating from NEST to Elastic.Clients.Elasticsearch, and we use the HttpWebRequest.Credentials for authentication.
Using NEST we could create a custom connection class that inherited from HttpWebRequestConnection and override the CreateWebRequest method.
With the new HttpTransportClient being sealed, and HttpWebRequestTransportClient having only an internal constructor we are no longer able to set that configuration, blocking us from continuing the update.
Is this something you would be willing to support?
The text was updated successfully, but these errors were encountered:
I'm updating from NEST to Elastic.Clients.Elasticsearch, and we use the HttpWebRequest.Credentials for authentication.
Using NEST we could create a custom connection class that inherited from HttpWebRequestConnection and override the CreateWebRequest method.
With the new HttpTransportClient being sealed, and HttpWebRequestTransportClient having only an internal constructor we are no longer able to set that configuration, blocking us from continuing the update.
Is this something you would be willing to support?
The text was updated successfully, but these errors were encountered: