Skip to content
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

server returns HTTP 416 #164

Open
hellt opened this issue Apr 19, 2021 · 0 comments
Open

server returns HTTP 416 #164

hellt opened this issue Apr 19, 2021 · 0 comments
Labels

Comments

@hellt
Copy link

hellt commented Apr 19, 2021

Describe the bug

A check on external link such as https://goreleaser.com/ produced HTTP 416 error which is a result of Range: 0?

Any methods to solve this false positive?

To Reproduce

Create a link to https://goreleaser.com/ and run htmltest.

.htmltest.yml

DirectoryPath: ./public
IgnoreURLs:
  - fonts.gstatic.com
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
IgnoreSSLVerify: true
IgnoreDirs:
  - overrides
  - page
IgnoreInternalEmptyHash: true

Expected behaviour

While alternative solution (#162) to check external link is not yet implemented it would be nice to be able to ignore HTTP 416 specifically?

Versions

  • OS: Mac OS 10.15.6
  • htmltest: latest
@hellt hellt added the bug label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant