File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# $httpRequest
22
3- Make HTTP requests with custom content and headers, and retrieve the response.
3+ Performs a HTTP request, with a content and headers and returns the response content.
4+
5+ ::: warning Warning
6+ In order to use ` $httpRequest ` , the API you wish to use needs to be whitelisted. To request a whitelist, please open a ticket in our Support Server.
7+ :::
48
59## Usage
610
@@ -46,4 +50,4 @@ This example demonstrates sending a POST request with JSON data to an API.
4650 $if [$httpRequestStatus != 200; Error: Request failed with status code $httpRequestStatus ; Request successful: $response ]
4751 ` ` `
4852
49- * ** Response Size Limit:** The response data must be less than 1 MB in size. Requests exceeding this limit will result in an error.
53+ * ** Response Size Limit:** The response data must be less than 1 MB in size. Requests exceeding this limit will result in an error.
You can’t perform that action at this time.
0 commit comments