# 获取请求

在本部分中,我们详细说明了使用以下方式调度 GET 请求的过程: Crawlbase's Smart AI Proxy 服务。这表示通过该服务执行 GET 请求的简单命令。 Smart AI Proxy.

  • 卷曲
  • 红宝石
  • 节点
  • PHP
  • 蟒蛇
  • go

使用 HTTPS(推荐):

curl -x "https://[email protected]:8013" -k "https://httpbin.org/ip"

使用 HTTP 替代方案:

curl -x "http://[email protected]:8012" -k "https://httpbin.org/ip"