We have a mirth instance sending out using a POST method to a rest service.
However, Mirth seems to be sending at least one parameter through the URL (like a GET) instead.
We have the following options set:
Method: POST Multipart: No Send Response to: none Response Content: Headers and Body as XML Authentication: No Use Persistent Queues: No Charset Encoding: UTF-8
Then we have 5 query parameters -
One of which is the name "file" and value of "${message.rawData}". I am watching the Apache request log and can see this attribute/value pair come across the URL (as if it were doing a GET instead of a POST).
No headers
Content Type text/plain Content: literal "no data."
We are using Mirth Connect Server 2.2.1.5861
How do I force this value ('file') to come across the POST?