Question
1
Replies
129
Views
Posted: September 6, 2018
Last activity: September 7, 2018
Closed
How submit a PUT request using HTTP connector
Using version 6.3 SP1
When I call REST api using the REST connector, the SSL fails. But using the same Trust/Key store when I call using HTTP connector, it works fine. Thats a question for different day!
Now, can I do a PUT request using HTTP connector? Looks like it only supports POST/GET.
Hi Tapas,
For the HTTP Connector in Pega, we have two options for specifying the HTTP Method i.e GET & POST as of now, for a PUT request you can use the REST Connector.
Thanks,