-
Notifications
You must be signed in to change notification settings - Fork 11
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
Tests failed #138
Comments
It looks taht httpstat behavior is changed. |
When request with First HEAD Request is succuss, but second redirect:follow request is failed. textlint-rule-no-dead-link/src/no-dead-link.js Lines 171 to 174 in 6c723f6
I'm not faimilar with |
reproduce code. HEAD with follow is broken. await fetch("https://httpstat.us", { method: "HEAD", redirect: "follow"})
// [HTTP/1.1 405 Method Not Allowed 144ms]
// Response { type: "basic", url: "https://httpstat.us/", redirected: false, status: 405, ok: false, statusText: "Method Not Allowed", headers: Headers, body: ReadableStream, bodyUsed: false } |
It looks like that https://httpstat.us/ top page does not allow HEAD request. |
#138 (comment) Workaround: |
The following tests failed:
The text was updated successfully, but these errors were encountered: