Activity «Send request» can be found in section «HTTP».
Activity send HTTP-requests to the specified address.
Click on the image to enlarge it.
Property; Class; Type; Description
Url; In; String; Requested resource address.
Timeout; In; Int32; Request execution timeout in seconds.
Method; In; Activities.HTTP.HTTPResponses+TypeMethod; Request method.
Data; In; String; Data to transfer
Data encoding; In; String; Data charset. Should be stated as a string: "utf-8", "unicode", "ASCll" etc.
Content type; In; String; Request data content type.
Headers; In; BR.Collections.DictionarySettings; Request headers
Content; Out; String; The contents received alongside the reply from the server.
Header collection; Out; Dictionary*<*String, String*>*; Reply headers.
Status code; Out; Int32; Server reply status.