Skip to content

Commit 21fd7f9

Browse files
authored
add whitelist note
1 parent ac191fb commit 21fd7f9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

guide/Request/httpRequest_ai.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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.

0 commit comments

Comments
 (0)