We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the User-Agent on the oauth2 client is Go-http-client/1.1. This leads to the oauth2 flow being ratelimited on many sites.
Go-http-client/1.1
Having the option of setting a custom UA would resolve this issue.
The text was updated successfully, but these errors were encountered:
Can you please be more specific with the issue you try to solve? I don't think rate limiting on UA is something useful.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently the User-Agent on the oauth2 client is
Go-http-client/1.1
.This leads to the oauth2 flow being ratelimited on many sites.
Having the option of setting a custom UA would resolve this issue.
The text was updated successfully, but these errors were encountered: