# Anfrage erhalten

In diesem Abschnitt erläutern wir das Verfahren zum Versenden von GET-Anfragen unter Verwendung von Crawlbase's Smart Proxy Dienst. Dies stellt einen einfachen Befehl zum Ausführen einer GET-Anfrage über den Smart Proxy.

  • curl
  • ruby
  • node
  • php
  • python
  • go

Using HTTPS (recommended):

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

Using HTTP alternative:

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