You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP status code is 301, and response contains location: https://www.w3.org/TR/mediacapture-streams/#dom-mediadevices-getusermedia, that should be enough to perform redirect.
This may be caused by reqwest => ureq migration, since i do not encounter this error on v0.4.2.
The text was updated successfully, but these errors were encountered:
[2020-11-23T23:12:26Z DEBUG ureq::unit] response 308 to HEAD https://tinyurl.com/rnxcavf
Found invalid urls in fn.foo.html:
Unexpected HTTP status fetching https://tinyurl.com/rnxcavf: Permanent Redirect
I'm considering using patch.crates-io if algesten/ureq#253 doesn't land in the next few days, it's unclear how long that might take. The use cases they're worried about never appear for deadlinks since it only makes GET requests.
Running
cargo deadlinks --check http
on links that rely on redirect will result in:curl'ing provided link will result in:
HTTP status code is
301
, and response containslocation: https://www.w3.org/TR/mediacapture-streams/#dom-mediadevices-getusermedia
, that should be enough to perform redirect.This may be caused by
reqwest
=>ureq
migration, since i do not encounter this error onv0.4.2
.The text was updated successfully, but these errors were encountered: