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

[FEATURE] Add support for proxy #36

Open
bavarezul13 opened this issue Dec 23, 2024 · 0 comments
Open

[FEATURE] Add support for proxy #36

bavarezul13 opened this issue Dec 23, 2024 · 0 comments

Comments

@bavarezul13
Copy link

Hey! I’m playing with QuestDb and trying to ingest into it using the .Net client. I can connect to a local instance without issues, however, connecting to a remote server I get a 407. Connecting with the HttpClient is working by setting the correct proxy (in my case no proxy), however this Sender.New method does not accept passing anything related to proxy. I’ve tried setting the NO_PROXY=182.8.x.x…(server ip) environment variable, but still no success.

See the ip I'm using, if I change it to localhost, everything is fine :)
Screenshot 2024-12-23 110419

When working directly with HttpClient, I can manuallly set useProxy property:
Screenshot 2024-12-23 110730

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant