Question
1
Replies
93
Views
Posted: April 29, 2019
Last activity: April 29, 2019
Closed
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?
You might want to try use pyRequestAttachmentPage, it is referenced in invokeConnector(). You can probably reset the pyAttachValues on the page.