Hey! I’m playing with QuestDb and trying to ingest into it using the .Net client. I can connect to a local insance 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. Any ideas? Thanks!
That’s true, .NET client does not support proxy.
Feel free to create an issue to the Issues · questdb/net-questdb-client · GitHub with the details of your proxy settings you want to be supported.