Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configurations to set HttpWebRequest.Credentials #68

Open
HaraldRubach opened this issue Jun 2, 2023 · 0 comments
Open

Allow configurations to set HttpWebRequest.Credentials #68

HaraldRubach opened this issue Jun 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@HaraldRubach
Copy link

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?

@stevejgordon stevejgordon added the enhancement New feature or request label Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants