Sending XML in custom application HTTP request

It seems that by default there is directive “type” set to “json”.
When you set this to any other valid value, the problem doesn’t exist.
For example I set in Module’s Communication tab:
“type”: “string”,
and that was it.

2 Likes