# Obtenir une demande

Dans ce segment, nous détaillons la procédure d'envoi de requêtes GET en utilisant Crawlbase's Smart Proxy service. Ceci représente une commande simple pour exécuter une requête GET via le 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"