Bonjour,
J’ai un problème sur la commande suivante :
$data = httpQuery("http://192.168.0.XX/gateway/apipublic/logon","POST", "PWD", NULL, "Content-Type:application/json");
Cette commande retourne l’erreur suivante : The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
Pourtant, la commande suivante exécutée avec Curl passe sans problème : curl -vL -H "Content-Type: application/json" -d "PWD" http://192.168.0.XX/gateway/apipublic/logon
Est-ce que quelqu’un aurait une idée pour faire fonctionner correctement ce httpQuery ?
D’avance, merci beaucoup