-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
1.x Compatibility API doesn't set WWW-Authentication header #24219
Comments
handymenny
added a commit
to handymenny/SmokePing
that referenced
this issue
Apr 27, 2023
influxdb 2.x has a compatibility v1 api that don't set the "WWW-Authenticate" header (violating rfc7235) Setting the authorization header manually workarounds this issue See: influxdata/influxdb#24219
handymenny
added a commit
to handymenny/SmokePing
that referenced
this issue
Apr 27, 2023
influxdb 2.x has a compatibility v1 api that don't set the "WWW-Authenticate" header (violating rfc7235) Setting the authorization header manually workarounds this issue See: influxdata/influxdb#24219
handymenny
added a commit
to handymenny/SmokePing
that referenced
this issue
Apr 27, 2023
influxdb 2.x has a compatibility v1 api that don't set the "WWW-Authenticate" header (violating rfc7235) Setting the authorization header manually workarounds this issue See: influxdata/influxdb#24219
handymenny
added a commit
to handymenny/SmokePing
that referenced
this issue
Apr 27, 2023
influxdb 2.x has a compatibility v1 api that don't set the "WWW-Authenticate" header (violating rfc7235) Setting the authorization header manually workarounds this issue See: influxdata/influxdb#24219
handymenny
added a commit
to handymenny/SmokePing
that referenced
this issue
Apr 27, 2023
influxdb 2.x has a compatibility v1 api that don't set the "WWW-Authenticate" header (violating rfc7235) Setting the authorization header manually workarounds this issue See: influxdata/influxdb#24219
handymenny
added a commit
to handymenny/SmokePing
that referenced
this issue
Apr 27, 2023
InfluxDB 2.x v1 (compatibility) api doesn't set the "WWW-Authenticate" header (violating rfc7235). Work around this issue by manually setting the Authorization header. See: influxdata/influxdb#24219
oetiker
pushed a commit
to oetiker/SmokePing
that referenced
this issue
Jun 14, 2023
* influxdb authentication: set authorization header manually InfluxDB 2.x v1 (compatibility) api doesn't set the "WWW-Authenticate" header (violating rfc7235). Work around this issue by manually setting the Authorization header. See: influxdata/influxdb#24219
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Www-Authenticate
with valueBasic realm="InfluxDB"
Expected behavior:
Www-Authenticate
set in the response, like InfluxDB 1.x does:Actual behavior:
Www-Authenticate
isn't included in the response:This behavior breaks compatibility with clients that send the Authorization header only after receiving a 401 response with the
Www-Authenticate
header, such as SmokePingEnvironment info:
The text was updated successfully, but these errors were encountered: