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
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 :)
When working directly with HttpClient, I can manuallly set useProxy property:
The text was updated successfully, but these errors were encountered:
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](https://private-user-images.githubusercontent.com/20208635/398112383-967cd656-6bec-4ddd-b9c6-6c1e93d11d76.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzA3NTQsIm5iZiI6MTczOTI3MDQ1NCwicGF0aCI6Ii8yMDIwODYzNS8zOTgxMTIzODMtOTY3Y2Q2NTYtNmJlYy00ZGRkLWI5YzYtNmMxZTkzZDExZDc2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEwNDA1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc5ODg4NGQ2MDc1MzJjMGU2YTFmMGE5ZWMxNGM3NjI5OTliN2JmZWUwYjI5MDE4OGZjYjM2MWYxYTlhMmViNjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6J_6lYwZ3cEmTc40DAA27YlnuSqve588uXMw0ji9KSM)
When working directly with
![Screenshot 2024-12-23 110730](https://private-user-images.githubusercontent.com/20208635/398113048-8cc016d2-04bb-4a23-adfc-3850eb8d3e95.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzA3NTQsIm5iZiI6MTczOTI3MDQ1NCwicGF0aCI6Ii8yMDIwODYzNS8zOTgxMTMwNDgtOGNjMDE2ZDItMDRiYi00YTIzLWFkZmMtMzg1MGViOGQzZTk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEwNDA1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJlNWI0YzU4YzM2MmM5Y2Q0MTQ4Y2JkZGI3NmMzM2RiMjlmOTFlNmI4YjNjYWM4ZjFkZjc3ZDQyODg3MDBlNzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.H5S3J9PDuxBjuS5vTKmWB_KZYBNmuXZbNgRl1rEfyzE)
HttpClient
, I can manuallly setuseProxy
property:The text was updated successfully, but these errors were encountered: