diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/web/http/status/428/index.html | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pt-br/web/http/status/428/index.html')
-rw-r--r-- | files/pt-br/web/http/status/428/index.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/428/index.html b/files/pt-br/web/http/status/428/index.html new file mode 100644 index 0000000000..e20c4ac056 --- /dev/null +++ b/files/pt-br/web/http/status/428/index.html @@ -0,0 +1,39 @@ +--- +title: 428 Precondition Required +slug: Web/HTTP/Status/428 +translation_of: Web/HTTP/Status/428 +--- +<div>{{HTTPSidebar}}</div> + +<p>O codigo de resposta HTTP <code><strong>428 Precondition Required</strong></code> indica que o servidor precisa que a requisição seja <a href="/en-US/docs/Web/HTTP/Conditional_requests">condicional</a>.</p> + +<p>Normalmente, isto significa que um cabeçalho pré-requisito, como o {{HTTPHeader("If-Match")}}, <strong>está faltando</strong>.</p> + +<p>Quando o cabeçalho pré-requisito <strong>não é o mesmo</strong> esperado pelo servidor, a resposta deve ser {{HTTPStatus(412)}} <code>Precondition Failed</code>.</p> + +<h2 id="Status">Status</h2> + +<pre class="syntaxbox">428 Precondition Required</pre> + +<h2 id="Especificações">Especificações</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">Especificação</th> + <th scope="col">Título</th> + </tr> + <tr> + <td>{{RFC("6585", "428 Precondition Required" , "3")}}</td> + <td>Additional HTTP Status Codes</td> + </tr> + </tbody> +</table> + +<h2 id="Ver_também">Ver também</h2> + +<ul> + <li><a href="/en-US/docs/Web/HTTP/Conditional_requests">HTTP conditional requests</a></li> + <li>{{HTTPHeader("If-Match")}}</li> + <li>{{HTTPStatus(412)}}</li> +</ul> |