aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/http/methods/connect/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/http/methods/connect/index.html')
-rw-r--r--files/fr/web/http/methods/connect/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/http/methods/connect/index.html b/files/fr/web/http/methods/connect/index.html
index db70367783..08e8ec6a12 100644
--- a/files/fr/web/http/methods/connect/index.html
+++ b/files/fr/web/http/methods/connect/index.html
@@ -54,7 +54,7 @@ original_slug: Web/HTTP/Méthode/CONNECT
<p>Certains serveurs proxy pourraient avoir besoin d'une autorisation pour créer un tunnel. Voir aussi l'en-tête {{HTTPHeader("Proxy-Authorization")}}.</p>
-<pre class="line-numbers language-html">CONNECT server.example.com:80 HTTP/1.1
+<pre>CONNECT server.example.com:80 HTTP/1.1
Host: server.example.com:80
Proxy-Authorization: basic aGVsbG86d29ybGQ=</pre>