Le 07/10/2016 à 15:03, Rainer Canavan a écrit :
[...]
But I have a HTML form which calls doctechnique.example.com like this
[...]
redirection to http://doctechnique.exemple.com is OK but I cannot retrieve
the variable Hqsdf218regTYH414 in the PHP code of doctechnique.example.com
(variable POST).

If by redirect you mean a 301 or 302 redirect, then your browser is probably not
POSTing the second request, but just using GET. If such a redirect is indeed
currently used and necessary, you may have to use 307. Check

https://tools.ietf.org/html/rfc7231#section-6.4

Thanks for the tip, now it works
thanks a lot

--
Jean-Max Reymond
Éruption de l'Etna: http://jmreymond.free.fr/Etna2002

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to