We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version go1.19 linux/amd64
https://github.com/influxdata/influxdb-client-go#proxy-and-redirects
1.Set environment variable HTTP_PROXY, 2. access the influxdb
post data via HTTP_PROXY
No proxy access.
Configure http.Client to use proxy works fine.
Configure http.Client to use proxy
The text was updated successfully, but these errors were encountered:
fix: allowing proxy from environment (influxdata#367)
9ab9a16
Successfully merging a pull request may close this issue.
Specifications
github.com/influxdata/influxdb-client-go/v2 v2.12.1
github
go version go1.19 linux/amd64
Steps to reproduce
https://github.com/influxdata/influxdb-client-go#proxy-and-redirects
1.Set environment variable HTTP_PROXY,
2. access the influxdb
Expected behavior
post data via HTTP_PROXY
Actual behavior
No proxy access.
Additional info
Configure http.Client to use proxy
works fine.The text was updated successfully, but these errors were encountered: