Pega 8.2.1 - Control base64 encoding for outbound REST calls
Prior to upgrading to Pega 8 from Pega 7.1.9, the activity, pyInvokeRESTConnector provided java steps that were used to build the REST request.
For a particular integration, we needed attachments to not be base64 encoded so we were able to slightly modify this activity to accomplish that. In Pega 8, the contents of this activity have been internalized into a pega engine api, invokeConnector(). Is there a means/hook that we can use to re-implement our requirement?