Question
5
Replies
45
Views
Posted: June 12, 2020
Last activity: June 21, 2020
How do I configure a POST Request in Pega Robot Studio?
I am trying to configure a POST request in Pega Robot Studio. Please provide steps in how to do so.
***Edited by Moderator Kayla to update Platform Capability tags****
I am not entirely sure what you mean. If you simply need to configure a URL as a POST, then you would build that URL in a string and the navigate your browser of choice to that URL. You could even use the static method from the Process object (Process.Start) to launch IE or Chrome and pass the POST URL as an argument.
Web page objects have a navigate method as well where you can provide a URL to navigate to (in this case your POST URL).