Ignore:
Timestamp:
Mar 28, 2020, 3:08:29 AM (5 years ago)
Author:
iritscen
Message:

Val now counts redirects from youtu.be to youtube.com as OK links. These links will be reported on if the argument --show-yt-redirects is used. Renamed --show-https-upgrade to --show-https-upgrades for consistency. Also sorted the file and page suffix arrays and added some more items to them. Now handling status codes 400, 418, 502 and 530. Fixed incorrect nbsps in HTML report. Val is no longer confused by URLs ending in '(' or ')', or which contain a '%' towards the end.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Validate External Links/http_codes.txt

    r1069 r1127  
    3434The 4xx class of status codes is intended for situations in which the client seems to have erred.
    3535
     36400 Bad Request
     37    The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax).
     38
    3639401 Unauthorized
    3740    Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided.
     
    5255    Indicates that the resource requested is no longer available and will not be available again. This should be used when a resource has been intentionally removed and the resource should be purged. Upon receiving a 410 status code, the client should not request the resource in the future.
    5356
     57418 I'm a teapot
     58    This is a joke response code used by some sites. Probably equivalent to a 200.
     59
    5460
    5561--5xx: Server Errors--
     
    6268    The server either does not recognize the request method, or it lacks the ability to fulfill the request. Usually this implies future availability (e.g., a new feature of a web-service API).
    6369
     70502 Bad Gateway
     71    The server was acting as a gateway or proxy and received an invalid response from the upstream server.
     72
    6473503 Service Unavailable
    6574    The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state.
     75
     76530 Site is frozen
     77    Some Internet companies use this to indicate that a site is down, but usage is non-standard, so the site will have to be tried again later to see if the outage is due to a frozen account or something else.
Note: See TracChangeset for help on using the changeset viewer.