Example #1
0
        private void RunRapidPOSTer()
        {
            RapidPOSTer poster = new RapidPOSTer(UI);

            poster.PromptParameters();
            poster.BuildFromParameters();
            poster.RunService();
        }
Example #2
0
 private void RunTestPOST()
 {
     UI.Log("TestPOST - HTTP POST single request");
     UI.Log(RapidPOSTer.PostForm(UI.Prompt("Enter URL"), UI.Prompt("Enter POST body"), UI.Prompt("Enter Cookies (If any)"), UI.Prompt("Enter headers (If any)")));
 }