# Cookie-Dateien und -Dateien
Team Smart Proxy Die automatischen Zugriffe auf das Cookie auf der Website einer bestimmten Website werden automatisch durchgeführt Crawling API. Dies erfordert, dass Sie vorab eine Cookie-Datei oder ein Cookie verwenden. User-Agent
Der Inhalt Ihres Antrags wird angezeigt, sobald er im Keller ist. Es sei denn, Sie übermitteln den Beitrag User-Agent
, Smart Proxy повернём его for вас.
Nicht erforderliche Downloads, die auch als Proxy-Server verwendet werden Host
и Proxy-Authorization
, nе пересылаются.
In diesem Beispiel können Sie auf Ihre Anfrage hin die Cookies-Dateien und -Dateien abrufen. Cookie-Dateien und -Dateien im letzten Browser Smart Proxy используется при запросе https://httpbin.org/anything
.
HTTP-Verwendung:
# Using Smart 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-Verwendung:
# Using Smart 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"