HTTP Client says "MIME type may not contain reserved characters"

Answered

Dear all,

executing the following script with the HTTP Client results in the error message: java.lang.IllegalArgumentException: MIME type may not contain reserved characters
 

POST http://localhost:8100/message/send
Content-Type: "text/plain;charset=utf-8"

< ./postfachmessage.json

The script runs fine, if I replace the file with the actual content of the file.

What I am doing wrong?

 

0
2 comments

Yes, it is fixed in the latest version. Thank you for the good work.

0

Please sign in to leave a comment.