deadlinks / cargo-deadlinks

Cargo subcommand for checking your documentation for broken links
Apache License 2.0
149 stars 16 forks source link

Fall back to GET if HEAD returns 405 Method Not Allowed #135

Closed jyn514 closed 3 years ago

jyn514 commented 3 years ago

See https://github.com/integer32llc/rust-playground/issues/667 - this behavior is incorrect according to the standard, but if even the playground is doing it I expect there are a bunch of other sites doing it too.