Skip to content

Conversation

@Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Apr 15, 2025

Turns out we were not applying base64 encoding to our basic auth requests before. Using .basic_auth() fixes the issue, which means that we now properly authenticate, while previously we were accidentally running these requests completely unauthenticated, making us subject to the 60 requests per hour rate limit... 😅

Turns out we were not applying base64 encoding to our basic auth requests before. Using `.basic_auth()` fixes the issue, which means that we now properly authenticate, while previously we were accidentally running these requests completely unauthenticated, making us subject to the 60 requests per hour rate limit...
@Turbo87 Turbo87 added C-bug 🐞 Category: unintended, undesired behavior A-backend ⚙️ labels Apr 15, 2025
@Turbo87 Turbo87 merged commit ce33ac1 into rust-lang:main Apr 15, 2025
9 checks passed
@Turbo87 Turbo87 deleted the github-basic-auth branch April 15, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-backend ⚙️ C-bug 🐞 Category: unintended, undesired behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant