jquery の AJAX を使用して POST 経由でデータを送信していますが、application/json-rpc がデータを受信できません。これはなぜですか? ?
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script> <script> $.ajax({ type: 'POST', url: "http://localhost/bubblewitch/index.php/rpc/ClientApi", data: JSON.stringify("[{2:2},{1:1}]"), success: function(){}, dataType: "text", contentType: "application/json-rpc", timeout:60000, error: function(){} }); </script>
<br>もちろん: <font color="#e78608"></font>$ s = file_get_contents('php://input');<br><br>$s は、<br> で渡されるパラメータです。 <br><br>------解決策---------<br><br>送信プロトコルが不適切なため<font color="#e78608"></font>