# 協議

#### HTTP

我們的教學文件包含示範如何使用 HTTP 協議連接代理的程式碼範例，一般函式庫與第三方軟體也支援此協議。

#### HTTPS

您也可以透過 HTTPS 協議增強安全性，其提供完全加密的連接。因此，您必須在代理入口點加入「https\://」。例如：[https://host:](https://t.pr.thordata.net:9999/)。請注意，在修改程式碼以使用 HTTPS 協議之前，務必確認，因為部分程式設計函式庫（因版本過時）和某些第三方工具可能不支援 HTTPS 協議。


---

# 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://doc.thordata.com/doc/zh-hk/dai-li/shu-ju-zhong-xin-dai-li/xie-yi.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.
