<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 Apr 2020 21:35:19 Z</lastBuildDate><pubDate>11 Apr 2020 01:32:04 Z</pubDate><description>Bonjour à tous&#13;
&#13;
J'envoie le code suivant vers mon serveur :&#13;
sUrlRequete est une chaîne&#13;
sUrlRequete = "https://www.xxxxxx/puuu.php"&#13;
sParametrePost est une chaîne&#13;
sParametrePost = ChaîneConstruit("id=%1", "commentaire")&#13;
HTTPRequête(sUrlRequete, "", "", sParametrePost, "application/x-www-form-urlencoded")&#13;
&#13;
Et le serveur me renvoie un var_dump($_SERVER);&#13;
&#13;
Et je constate que le query du POST est toujours vide.&#13;
&#13;
Voici un extrait de ce que répond le serveur avec le var_dump :&#13;
&#13;
  ["REMOTE_PORT"]=&gt;&#13;
  string(5) "27111"&#13;
  ["GATEWAY_INTERFACE"]=&gt;&#13;
  string(7) "CGI/1.1"&#13;
  ["SERVER_PROTOCOL"]=&gt;&#13;
  string(8) "HTTP/1.1"&#13;
  ["REQUEST_METHOD"]=&gt;&#13;
  string(4) "POST"&#13;
  ["QUERY_STRING"]=&gt;&#13;
  string(0) ""&#13;
  ["REQUEST_URI"]=&gt;&#13;
  string(9) "/puuu.php"&#13;
  ["SCRIPT_NAME"]=&gt;&#13;
  string(9) "/puuu.php"&#13;
&#13;
C'est pas normal ?&#13;
&#13;
Merci de votre aide.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post/read.awp</link><title>J'arrive pas à faire marcher httprequete en POST ?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>bchanudet</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post-238665/read.awp</comments><pubDate>12 Apr 2020 21:35:19 Z</pubDate><description>Bonjour,&#13;
&#13;
C'est normal, vous envoyez une requête de type POST. Les informations envoyées ne sont donc pas dans la QUERY_STRING…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post-238665/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post-238665/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post/read.awp">J'arrive pas à faire marcher httprequete en POST ?</source><title>Re: J'arrive pas à faire marcher httprequete en POST ?</title></item><item><author>parisien</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post-238649/read.awp</comments><pubDate>11 Apr 2020 02:00:17 Z</pubDate><description>En fait le second avec creeformulaire renvoie bien un post mais avec une query vide aussi....&#13;
&#13;
(j'avais mis mon httpdestinatio…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post-238649/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post-238649/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post/read.awp">J'arrive pas à faire marcher httprequete en POST ?</source><title>Re: J'arrive pas à faire marcher httprequete en POST ?</title></item><item><author>parisien</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post-238648/read.awp</comments><pubDate>11 Apr 2020 01:54:47 Z</pubDate><description>Suite à mes recherches, j'ai essayé ça :&#13;
HTTPCréeFormulaire("test")&#13;
HTTPAjouteParamètre("test","tata","toto")&#13;
HTTPEnvoieFormu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post-238648/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post-238648/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238647-arrive-pas-faire-marcher-httprequete-post/read.awp">J'arrive pas à faire marcher httprequete en POST ?</source><title>Re: J'arrive pas à faire marcher httprequete en POST ?</title></item></channel></rss>
