how to enable proxy for the external integrations in REST Service
In Pega 8.2, how to enable proxy for the external integrations in Connect REST service.
Details:
In Pega 7.2, we have customized "pyInvokeRESTConnector" activity to enable the proxy for the external integrations in the Java step. After upgrade to Pega 8.2, "pyInvokeRESTConnector" is completely changed. It has just one java code with the below method call.
tools.invokeConnector( primaryPage, stepPage, params );
Below is the custom code to enable the proxy which worked fine in 7.2 but now the complete HTTP call is moved to API method, this is not working.=============================================
***Edited by Moderator Marissa to update Product and Version***