Using Postman to perform a POST request to a page I have set up
with the following. content-type
is
application/json
投稿本文
{"id":123}
テンプレート
{{dump(craft.request.getPost())}}}
レスポンス
array(0){}
しかし、私がPostmanにフォームデータやurlencodeを使用するように変更した場合、正しく動作します。
同じ結果を持つアクションパスからアクセスできるコントローラも作成しました。