私の GET リクエストは正常に動作し、xml として応答しています。 https://mydomain.com/mypage.php?id=123&nm=ak_dhara 注: 私たちの php ページは https にあります。
しかし、POSTは機能していません。
xhttp.open("POST"," https://mydomain.com/mypage.php",true);
xhttp.setRequestHeader("Content-type","application/xhtml+xml");
xhttp.send("id=123&nm=ak_dhara");
なにか提案を ?