Bonjour cher tous
je suis débutant avec postman
après avoir testé mon api avec postman, j'ai généré le code php que j'ai intégré dans mon script, mais la reponse retourné est null.
voici mon code
dans le code précédent j'ai remplacé CURLOPT_HTTPHEADER => array(
"Content-Type: text/xml",
"Postman-Token: 488748a3-100e-4532-b1ff-13a1f78bc330",
"cache-control: no-cache"
),
par
CURLOPT_HTTPHEADER => array(
"Content-Type: text/xml"
),
svp quelqu'un peut-il m'aidé?
Partager