# cURL请求参数

下面是参数列表，后面是请求类型的示例：

&#x20;

| 参数       | 描述                                                                                                                                                                               |
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| USERNAME | 代理用户名                                                                                                                                                                            |
| dc       | 表示数据中心代理请求                                                                                                                                                                       |
| country  | 国家/地区代码采用两个字母格式，不区分大小写。 例如，nl表示位于荷兰的IP； za 代表南非； it为意大利                                                                                                                          |
| SID      | 会话 ID ，可为下次请求保留相同的 IP。否则，系统将默认为每个新请求分配一个新的 IP。相同的 IP 地址可保留直到最终用户设备断开连接。 请注意，res 请求的会话 ID 时间最多可以维持半小时。 SID 支持 1 到 99999999 之间的任意随机字符串。最低的 SID 可以是 sid-1，最高的 SID 可以是 sid-99999999。 |
| PASSWORD | 代理密码                                                                                                                                                                             |
| site URL | 用户的目标网址                                                                                                                                                                          |

仅填写了用户名和密码的基本请求将由随机IP地址执行：

curl-x用户名dc-any:密码@gw\.netnut.net:5959“ example.site.com”

您可以指定特定国家 /地区，如以下示例：

curl-X用户名-dc-nl:密码@gw\.netnut.net:5959“ example.site.com”

添加SID（会话ID）参数，将在下一个请求中使用相同的IP。请注意，SID之前必须有一个国家代码，如：

curl-x用户名-dc-nl-sid-45456:密码@gw\.netnut.net:5959”“ exampe.site.site.com”

\
&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.netnut.io/netnut-documentation/netnut-documentation-chn/netnut-dai-li/shu-ju-zhong-xin-dai-li/curl-qing-qiu-can-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
