Closed aakarshg closed 5 years ago
InfluxDB setup with authentication requires username and password to be present in URL as &u=&p= which seems to be causing issues while running the script.
The best way to deal with it today would be to use delimiter for the &. so \&u=\&p= would solve it
&
\&u=\&p=
Fixed with moving towards python code base
InfluxDB setup with authentication requires username and password to be present in URL as&u=&p= which seems to be causing issues while running the script.