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

apply token via auth adapter #98

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

minrk
Copy link
Contributor

@minrk minrk commented Jun 14, 2024

requests doesn't respect Authorization header reliably, Auth adapter must be specified to override netrc without specifying trust_env=False which disables all kinds of unrelated stuff.

closes #96 (actually, this time)

cc @yuvipanda

requests doesn't respect Authorization header reliably
@consideRatio consideRatio added the bug Something isn't working label Jun 14, 2024
@consideRatio consideRatio merged commit ec172e8 into executablebooks:main Jun 14, 2024
3 checks passed
@minrk minrk deleted the avoid-requests-auth branch June 14, 2024 12:05
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

Successfully merging this pull request may close these issues.

401 error no matter what kinda auth I try to use
2 participants