Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions content/427.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Description

<aside class="warning"><strong>Unofficial:</strong> This HTTP status code is not specified by any RFC.</aside>

The `427 Invalid Digital Signature` status code indicates that the request has failed due to an invalid digital signature.

This status is useful in systems where digital signature validation is essential to ensure data authenticity and integrity.

When an HTTP request is made, certain applications may require a digital signature to verify the sender's identity and the data's integrity. If this signature is incorrect, expired, or altered, the server may return a 427 error to indicate it could not validate the origin or integrity of the request.

### See Also

- [Wikipedia Docs](https://fr.wikipedia.org/wiki/Liste_des_codes_HTTP)
1 change: 1 addition & 0 deletions lib/statuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const statuses = {
424: { code: 424, message: 'Failed Dependency' },
425: { code: 425, message: 'Too Early' },
426: { code: 426, message: 'Upgrade Required' },
427: { code: 427, message: 'Invalid Digital Signature' },
428: { code: 428, message: 'Precondition Required' },
429: { code: 429, message: 'Too Many Requests' },
431: { code: 431, message: 'Request Header Fields Too Large' },
Expand Down
Binary file added public/images-original/427.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/427.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.