Utility - HTTP - Post

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-03-16 07:11 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-03-16 03:49 PM
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.
