I am making a REST api Post call using an intelligent Business object.
The receiving side can only accept Content- Type: application/x-www-form-urlencoded
AwareIM 8.3 does not have this content type in its drop down list.
https://puu.sh/EGwaD/1fbbb5e85e.png
Previously this was not a problem as I could set the Request HTTP Headers as such:
https://puu.sh/EGwbP/fc3cffc896.png
But now the content type in the drop down is overriding the manual one and the receiving side cannot read the data.
How can I work around this problem?