com doc/fr: Apply commit 4dfe5cc41eabcfb5b7eb7afa194ce078ad4e1bf4: language/context/http.xml

[email protected] (George Peter Banyard) Wed, 24 Feb 2021 17:45:11 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    a5530c035107283056387712958f71f26c4d86c1
Author:    George Peter Banyard <[email protected]>         Wed, 24 Feb 2021 14:33:51 +0000
Parents:   7cdca666c220b336715c64daee1936a158536a5f
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=a5530c035107283056387712958f71f26c4d86c1

Log:
Apply commit 4dfe5cc41eabcfb5b7eb7afa194ce078ad4e1bf4

 Fix #77889: URL in Location header not used

Bugs:
https://bugs.php.net/77889

Changed paths:
  M  language/context/http.xml


Diff:
diff --git a/language/context/http.xml b/language/context/http.xml
index e411a8237e..92a5c15d0a 100644
--- a/language/context/http.xml
+++ b/language/context/http.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: a8aca5fb3fa39285aa22a856cffcb2bbedc15d5b Maintainer: jpauli Status: ready -->
-<!-- Reviewed: yes -->
+<!-- EN-Revision: 4dfe5cc41eabcfb5b7eb7afa194ce078ad4e1bf4 Maintainer: jpauli Status: ready -->
+<!-- Reviewed: no -->
 
 <refentry xml:id="context.http" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
  <refnamediv>
@@ -46,7 +46,11 @@
        En-têtes supplémentaires à envoyer lors de la requête.
        Les valeurs de cette option écraseront les autres valeurs
        (comme <literal>User-agent:</literal>, <literal>Host:</literal>,
-       et <literal>Authentication:</literal>).
+       et <literal>Authentication:</literal>),
+       même en suivant les redirections <literal>Location:</literal>.
+       Ainsi il n'est pas recommandé de définir l'en-tête
+       <literal>Host:</literal>, si <parameter>follow_location</parameter>
+       est activé.
       </para>
      </listitem>
     </varlistentry>