-
If website is not reachable, `requests.get(url)` returns with different status code. In this code, this case is handled by returning `404 user not found` error.
The error message can be improved de…
-
**200** - OK
**304** - Not modified
**400** - Client error (invalid json)
**500** - FlightGear Error (connection problem)
-
Some sites are pretty aggressive about blocking crawlers and return 403 for all links. I could filter all these sites in the skip regex, but I feel like it'd be easier to just tell linkinator to igno…
-
where I can find all the status code, a code 409 appeared and I do not know what it is.
-
We should come up with a spreadsheet of all the HTTP response status codes and classify each of them as whether we should treat them as user or system errors when it comes to connectors receiving such…
-
### Problem description
Specifically for status code 204, the general convention is to have an empty body. There is no way canonical way to represent this in the fern definition. One can use option…
-
-
**Is your feature request related to a problem? Please describe.**
no
**Describe the solution you'd like**
When The proxy is active use the HTTP code 200 like normal but when a link is inactive u…
-
While the [GraphQL specification](https://graphql.github.io/graphql-spec) does not specify the transport layer, it seems like the de-facto standard originated in the article [Serving over HTTP](https:…
-
**Description**
So I found PR #334 that was closed, and I didn't wanted to "necro" it.
As mentioned in the comments there [rfc7231](https://datatracker.ietf.org/doc/html/rfc7231#section-6) should …