422
Unprocessable Content
Üldine selgitus 422 staatuskoodi kohta
See tekstiplokk on kahjuks saadaval ainult inglise keeles.
The HTTP status code 422 Unprocessable Content is usually returned when the server received the client's request but could not process it due to a semantic error.
This essentially means that the client's request was not understood or accepted by the server because it may have been incomplete or incorrect. A common example of this is when the client attempts to send a form request to the server, but the form field was not filled in correctly.
The server will usually also send back a message in the body of the response giving more details about why the request is unprocessable. It is then up to the client to read and correct this information in order to make a successful request to the server.
HTTP staatuskoodi 422 täpsustamine
Statuskood 422 Unprocessable Content tähendab, et server mõistab taotluse üksuse sisutüüpi (seega on 415(Mittetoetav meediatüüp) statuskood ebasobiv) ja taotluse üksuse süntaks on õige (seega on 400(Halb taotlus) statuskood ebasobiv), kuid ei suutnud sisalduvaid juhiseid töödelda. Näiteks võib see veatingimus tekkida, kui XML päringu keha sisaldab hästi vormistatud (st süntaktiliselt korrektseid), kuid semantiliselt vigaseid XML-instruktsioone.
Allikas / Tsitaat: HTTP-kood 422 Unprocessable Content on määratletud jaotises 11.2 jaotises RFC4918.
HTTP protokoll
Kuidas PHP-ga 422 staatuskoodi visata?
Veebilehel HTTP-koodi 422 kuvamiseks võib kasutada PHP-funktsiooni http_response_code. Süntaks on järgmine: http_response_code(422) (PHP 5 >= 5.4.0, PHP 7, PHP 8)
Testige HTTP-koodi 422
Selleks, et kuvada HTTP staatuskoodi (antud juhul 422 Unprocessable Content) ja muud teavet kliendi poolel, tuleb arenduskonsool avada klahviga F12. Seejärel navigeerige vahekaardile "Network". Nüüd saab lehekülje avada, veebileht (näiteks index.php) peaks olema nähtav võrgu vahekaardil. See tuleb valida ja seejärel tuleb valida Herder sektsioon. Seejärel näeb kasutaja järgmist tulemust:
URL: https://http-statuscode.com/errorCodeExample.php?code=422
Staatus: 422 Unprocessable Content
Need: Network
IP-aadress: XX.XX.XX.XX
Kuidas luua oma vealehekülg staatuskoodi 422 jaoks
Apache Webserver
Veebiserver "Apache" on üks levinumaid veebiservereid Internetis. Oma 422 Unprocessable Content vealehe loomiseks "Apache'is" tuleb teha järgmine muudatus järgmises failis.
NGINX Webserver
Sarnaselt veebiserverile "Apache" on ka "NGINX" internetis laialdaselt kasutusel. Oma 422 Unprocessable Content vealehe loomiseks "NGINXis" tuleb teha järgmine muudatus järgmises failis.
location = /422.html {
root /usr/share/nginx/html;
internal;
}
422 staatuskoodi brauserite ühilduvus
Chrome | no data |
Edge | no data |
Firefox | no data |
Opera | no data |
Safari | no data |
Chrome Android | no data |
Firefox for Android | no data |
Opera Android | no data |
Safari on iOS | no data |
Internet | no data |
WebView Android | no data |
Konstandid programmeerimiskeeltes
http.StatusUnprocessableEntity
Response::HTTP_UNPROCESSABLE_ENTITY
http.HTTPStatus.UNPROCESSABLE_ENTITY
:unprocessable_entity