Skip to content
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

UNAUTHORIZED is not returned if a non-Basic authorization is used #451

Open
NiccoMlt opened this issue Jan 8, 2024 · 0 comments
Open

UNAUTHORIZED is not returned if a non-Basic authorization is used #451

NiccoMlt opened this issue Jan 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@NiccoMlt
Copy link
Contributor

NiccoMlt commented Jan 8, 2024

In org.carapaceproxy.api.AuthAPIRequestsFilter, if the Authorization header is present, but it is not a RFC 7617 Basic access authentication (doesn't start with Basic), it doesn't authenticate the user, but it doesn't return UNAUTHORIZED error either.

We should fix that behavior

@NiccoMlt NiccoMlt added the bug Something isn't working label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant