Connector SDK - Why is requestGetContentSectionAt(0) encoded ? and what encoding method ?
I'm developing a custom Target connector for the integration broker using the connector SDK.
when I read the message content in the connector using String requestString = requestGetContentSectionAt(0)
the String content looks encoded ... do you know why ? and if yes what is the encoding method ?