Bad request: 401 #146
Answered
by
offa
kioannou97
asked this question in
Q&A
Bad request: 401
#146
-
Hello everyone, I am quite new in C++ development, and this is the first time I ever work with InfluxDB. I 've been running the following code and I keep getting a "Bad request: 401 error". The influxdb version that I use is v2.5.1. main.cpp
CMakeLists.txt
Can anyone help me understand why I am getting this error? Any input is greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
offa
Dec 5, 2022
Replies: 1 comment 5 replies
-
401 means unauthorized, you'll need credentials for authentication. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
offa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
401 means unauthorized, you'll need credentials for authentication.