Basic auth is not working #461
-
the issue is with basic i think it will be Basic authParts := strings.Split(authHeader, " ")
if len(authParts) != 2 || authParts[0] != "Basic" {
http.Error(w, "Unauthorized: Invalid Authorization header", http.StatusUnauthorized)
return
} |
Beta Was this translation helpful? Give feedback.
Answered by
srijan-27
Apr 16, 2024
Replies: 2 comments 1 reply
-
is this expected. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@surajit-zs - Thanks for reporting the issues. These are fixed in #464 and #476 respectively. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srijan-27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@surajit-zs - Thanks for reporting the issues. These are fixed in #464 and #476 respectively.