Using this method you can send HTTP request to a defined endpoint (URL).
PARAMETERS
Parameter
|
Type
|
Description
|
---|---|---|
Content | String (Context Store Reference, Data Constant Reference) | Content which you send. |
ContentType | String (Context Store Reference, Data Constant Reference) | Type of content, etc. text/plain. Use mine type. |
Headers | String (Context Store Reference, Data Constant Reference) | Headers of request |
Method | String (Context Store Reference, Data Constant Reference) | Method of send. GET or POST |
Url | String (Context Store Reference, Data Constant Reference) | URL of endpoint to send a request. It is possible to pass credentials (as e.g. https://username:password@site.com/path) and it will be sent as Basic HTTP auth with the request |