-
Notifications
You must be signed in to change notification settings - Fork 403
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
Parsing a Basic Authorization header fails if password contains ':' #3193
Comments
/bounty $75 for fix and tests. |
💎 $75 bounty • ZIOSteps to solve:
Thank you for contributing to zio/zio-http! Add a bounty • Share on socials
|
/attempt #3193
|
💡 @mobley-trent submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The method
zio.http.Header.Authorization.parseBasic
fails withBasic Authorization header value is not in the format username:password
if the password contains a ':'.partsOfBasic.length
will be greater than 2 in that case.The text was updated successfully, but these errors were encountered: