content-type でリクエストを送信しようとしていますmultipart/mixed
コントローラーのリクエストを次の行で単純に出力しますprintln params
ただし、エラーが発生し続けます。the request was rejected because no multipart boundary was found
これが grails の問題なのか、それとも私の要求がめちゃくちゃなのかはわかりません。RESTConsole を使用し、コンテンツ タイプをmultipart/mixed
次のように設定して、RAW ボディとして送信しています。
--boundary42
Content-Type: text/plain; charset=us-ascii
...plain text version of message goes here....
--boundary42
Content-Type: text/richtext
.... richtext version of same message goes here ...
--boundary42