Currently in REST driver there is no option for selecting the content type header. Because when sending requests through the HTTP protocol, some server might expect a Content-Type header. The Content-Type header allows the server to parse the body properly.
by: Tirthankar C. | over a year ago | Other
Comments
You would modify the driver-operation-data in your output transformation. This is XML formatted document you can simply change your headers in this way.