cancel
Showing results for 
Search instead for 
Did you mean: 

Utility - HTTP - Post

Anonymous
Not applicable
I want to do a simple post to an URL with two argument. Made a FORM in a dummy HTML site and it works fine, however Iam not able to recreate the post using Utility - HTTP - Post... any guidens? Christoffer
1 REPLY 1

Denis__Dennehy
Level 15
I have only ever used the HTTP object for JSON webservice requests. For this the following were set: Address URL: was set the the URL of the JSON web service address Body: was the JSON text content Content Type: was set to ""application/json"" Method was set to ""POST"" I am no code expert, but It looks like the Blue Prism HTTP object simply exposes the .NET System..Net.HttpWebRequest functionality, so to know better how to use it your best bet might be to head over to MSDN.