aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/417/index.html
blob: f13705798d5dc80ad58c6af875671650376642d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: 417 Expectation Failed
slug: Web/HTTP/Status/417
translation_of: Web/HTTP/Status/417
---
<div>{{HTTPSidebar}}</div>

<p>O codigo de erro de cliente HTTP <strong><code>417 Expectation Failed</code></strong> indica que a expectativa enviada no cabeçalho da requisição {{HTTPHeader("Expect")}} não foi suprida.</p>

<p>Veja o cabeçalho {{HTTPHeader("Expect")}} para mais detalhes.</p>

<h2 id="Estado">Estado</h2>

<pre class="syntaxbox">417 Expectation Failed</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("7231", "417 Expectation Failed" , "6.5.14")}}</td>
   <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
  </tr>
 </tbody>
</table>

<h2 id="Ver_também">Ver também</h2>

<ul>
 <li>{{HTTPHeader("Expect")}}</li>
</ul>