Skip to content

Commit

Permalink
Add Cloudflare 409 variant and change version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
d-lord committed Jun 22, 2023
1 parent f62f35c commit 2206ec8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
output_for_alfred.csv
Binary file modified HTTP.Statuses.alfredworkflow
Binary file not shown.
6 changes: 5 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@
</array>
</dict>
<key>createdby</key>
<string>Joël Quenneville</string>
<string>Joël Quenneville, David Lord</string>
<key>description</key>
<string>HTTP status codes</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>HTTP</string>
<key>readme</key>
<string>Provides one-line HTTP status codes and links to documentation, with a focus on Cloudflare-specific behaviour.</string>
<key>version</key>
<string>1.4</string>
<key>objects</key>
<array>
<dict>
Expand Down
12 changes: 12 additions & 0 deletions input_for_humans.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@
"one_liner": "The request could not be processed because of conflict in the request",
"defined_in": "https://datatracker.ietf.org/doc/html/rfc7231#section-6.5.8"
},
{
"status_code": "409",
"reason_phrase": "CF DNS Resolution Error",
"one_liner": "Cloudflare will serve a 409 response for Error 1001: DNS Resolution Error",
"defined_in": "https://developers.cloudflare.com/support/troubleshooting/http-status-codes/4xx-client-error/#409-conflictrfc7231httpstoolsietforghtmlrfc7231"
},
{
"status_code": "410",
"reason_phrase": "Gone",
Expand Down Expand Up @@ -215,6 +221,12 @@
"one_liner": "Client has sent too many requests in the specified amount of time",
"defined_in": "https://datatracker.ietf.org/doc/html/rfc6585#section-4"
},
{
"status_code": "499",
"reason_phrase": "Client Closed Request",
"one_liner": "Nginx specific response code to indicate when the connection has been closed by the client while the server is still processing its request, making server unable to send a status code back",
"defined_in": "https://support.cloudflare.com/hc/en-us/articles/115003014512/"
},
{
"status_code": "500",
"reason_phrase": "Internal Server Error",
Expand Down

0 comments on commit 2206ec8

Please sign in to comment.