diff options
Diffstat (limited to 'files/fr/web/http/methods/post/index.html')
-rw-r--r-- | files/fr/web/http/methods/post/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/http/methods/post/index.html b/files/fr/web/http/methods/post/index.html index 82bd30d64f..a40217492e 100644 --- a/files/fr/web/http/methods/post/index.html +++ b/files/fr/web/http/methods/post/index.html @@ -69,7 +69,7 @@ original_slug: Web/HTTP/Méthode/POST <p>Un formulaire simple utilisant le type de contenu par défaut <code>application/x-www-form-urlencoded</code> :</p> -<pre class="line-numbers language-html">POST / HTTP/1.1 +<pre>POST / HTTP/1.1 Host: foo.com Content-Type: application/x-www-form-urlencoded Content-Length: 13 |