# 标题和 cookie

空间 Smart AI Proxy Transmet automatiquement la plupart de vos en-têtes de requête et cookies au site Web cible via le Crawling API。您可以直接要求我们提供个性化的饼干或饼干特使。 User-Agent L'en-tête de votre requête est transmis tel quel à la cible. Si vous envoyez un en-tête vide, User-Agent中, Smart AI Proxy je le feraitourner pour vous。

代理服务器上的某些用途,电话: Host et Proxy-Authorization,根本无法传输。

请说出您所要求的个性化饼干的示例。示例中的文本和 cookies 是服务传输的示例。 Smart AI Proxy 并利用需求者 https://httpbin.org/anything.

使用 HTTP :

# Using Smart AI Proxy with custom headers and cookies
curl \
  -H "Accept-Language: en-US,en;q=0.9" \
  -H "X-Custom-Header: My-Custom-Value" \
  -H "User-Agent: MyCustomBrowser/1.0" \
  --cookie "mycookie=myvalue; anothercookie=anothervalue" \
  -x "http://[email protected]:8012" \
  -k "https://httpbin.org/anything"

使用 HTTPS :

# Using Smart AI Proxy with custom headers and cookies
curl \
  -H "Accept-Language: en-US,en;q=0.9" \
  -H "X-Custom-Header: My-Custom-Value" \
  -H "User-Agent: MyCustomBrowser/1.0" \
  --cookie "mycookie=myvalue; anothercookie=anothervalue" \
  -x "https://[email protected]:8013" \
  -k "https://httpbin.org/anything"