aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/http/status/100/index.html
blob: 78a7c0a159d1f48ba40abcdbe950ffc89a13e0af (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
36
37
38
39
40
41
42
---
title: 100 Continue
slug: Web/HTTP/Status/100
translation_of: Web/HTTP/Status/100
---
<div>{{HTTPSidebar}}</div>

<p>La risposta informativa HTTP <strong><code>100 Continue</code></strong> indica che non si sono verificati errori e che il client può continuare con la richiesta o ignorarla nel caso fosse finita.</p>

<p>Per far si che il server controlli l'header della richiesta, il client deve mandare {{HTTPHeader("Expect")}}<code>: 100-continue</code> come header nella sua richiesta iniziale e deve ricevere un <code>100 Continue</code> come codice di risposta prima di poter mandare il corpo della richiesta.</p>

<h2 id="Stato">Stato</h2>

<pre class="syntaxbox">100 Continue</pre>

<h2 id="Specifiche">Specifiche</h2>

<table class="standard-table" style="font-family: Arial,x-locale-body,sans-serif; font-size: 1rem; letter-spacing: -0.00278rem;">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Title</th>
  </tr>
  <tr>
   <td>{{RFC("7231", "100 Continue" , "6.2.1")}}</td>
   <td>Hypertext Transfer Protocol (HTTP/1.1): Semantica e Contenuti</td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilità_con_i_browser">Compatibilità con i browser</h2>

<p class="hidden">La tabella di compatibilità di questa pagina è stata generata da dati strutturati. Se vorresti contribuire ai dati, per favore controlla <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e inviaci una pull request.</p>

<p>{{Compat("http.status.100")}}</p>

<h2 id="Vedi_anche">Vedi anche</h2>

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