filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
426 stars 51 forks source link

Option for header authorization #135

Open zhenmichael opened 3 months ago

zhenmichael commented 3 months ago

Running linkchecker on my localhost site with many links to GitHub issues. However, I'm getting 429 errors on all the GitHub issue links due to rate limiting. I believe I should be able to bypass the rate limiting issue by passing in an GitHub access token in the header, however, I don't see any options for this.