We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with the fix for issue#272 (#272) the testcase for valid URLs has been extended with the URL "https://douglascayers.com/2015/05/30/how-to-set-custom-java-path-after-installing-jdk-8/".
at least currently this URL does not return a http-code 200 anymore (as stated within issue#272), but: 404.
C:\Users\oi>curl -I https://douglascayers.com/2015/05/30/how-to-set-custom-java-path-after-installing-jdk-8/ HTTP/1.1 404 Not Found Server: nginx Date: Thu, 28 Sep 2023 05:58:05 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Strict-Transport-Security: max-age=31536000 Vary: Accept-Encoding X-hacker: Want root? Visit join.a8c.com/hacker and mention this header. Host-Header: WordPress.com Vary: accept, content-type, cookie Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=60 X-ac: 3.vie _dca MISS
btw.: i did not run into the already mentioned issue: #294
The text was updated successfully, but these errors were encountered:
https://github.com/aim42/htmlSanityCheck/issues/306
9fb0684
created pull-request: #307
Sorry, something went wrong.
Merge pull request #307 from oliva123456/master
cc299e0
#306
No branches or pull requests
with the fix for issue#272 (#272) the testcase for valid URLs has been extended with the URL "https://douglascayers.com/2015/05/30/how-to-set-custom-java-path-after-installing-jdk-8/".
at least currently this URL does not return a http-code 200 anymore (as stated within issue#272), but: 404.
C:\Users\oi>curl -I https://douglascayers.com/2015/05/30/how-to-set-custom-java-path-after-installing-jdk-8/
HTTP/1.1 404 Not Found
Server: nginx
Date: Thu, 28 Sep 2023 05:58:05 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-hacker: Want root? Visit join.a8c.com/hacker and mention this header.
Host-Header: WordPress.com
Vary: accept, content-type, cookie
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=60
X-ac: 3.vie _dca MISS
btw.: i did not run into the already mentioned issue: #294
The text was updated successfully, but these errors were encountered: