Remove validation of "Invalid response code" for administrators

Created on 18 April 2024, 2 months ago
Updated 22 April 2024, about 2 months ago

Problem/Motivation

Websites like https://ieeexplore.ieee.org/Xplore/dynhome.jsp throw 418

❯ http HEAD 'https://ieeexplore.ieee.org/Xplore/dynhome.jsp?tag=1'
HTTP/1.1 418 Unknown Code
Cache-Control: no-store, must-revalidate, no-cache
Connection: keep-alive
Content-Length: 245
Content-Type: text/html
Date: Thu, 18 Apr 2024 22:34:56 GMT
Pragma: no-cache
Via: 1.1 27bcd7de3f627721df7463400d8253d2.cloudfront.net (CloudFront)
X-Amz-Cf-Id: SSXpHd5986WIdBkwA1yiSBWZhQrMQLqsg6pSf-1MtM4MRSEbGgvoAg==
X-Amz-Cf-Pop: YVR52-P2
X-Cache: Error from cloudfront
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block

It's not valid but is a tea pot...
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/418

The validation prevents us from ignoring such shenanigans

Steps to reproduce

Try to link to 'https://ieeexplore.ieee.org/Xplore/dynhome.jsp' and run linkchecker,
then try to ignore the 418 response.

Proposed resolution

Remove the limitations on what can be ignored OR add 418 and ignore the teapots!

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Needs review

Version

2.0

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada joelpittet Vancouver

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024