# Demande publiée

Ces informations sont fournies par les services d'installation et de distribution des réponses POST-Anfragen. CrawlbaseService de proxy Smart AI de.

# Données de formulaire

Le folgende Befehl zeigt, comme une réponse POST-Anfrage, est le folgende enthält : Données de formulaire.

  • boucle
  • rubis
  • nœud
  • php
  • python
  • go

Utilisation de HTTP :

curl -H 'Content-Type: application/x-www-form-urlencoded' \
-F 'param=value' \
-X POST \
-x "http://[email protected]:8012" \
-k "http://httpbin.org/anything"

Utilisation de HTTPS :

curl -H 'Content-Type: application/x-www-form-urlencoded' \
-F 'param=value' \
-X POST \
-x "https://[email protected]:8013" \
-k "http://httpbin.org/anything"

# Données JSON

Alors envoyez-nous une réponse POST, les gens enthält : Données JSON, voir les précautions suivantes.

  • boucle
  • rubis
  • nœud
  • php
  • python
  • go

Utilisation de HTTP :

curl -H "accept: application/json" \
--data '{"key1":"value1","key2":"value2"}' \
-X POST \
-x "http://[email protected]:8012" \
-k "http://httpbin.org/anything"

Utilisation de HTTPS :

curl -H "accept: application/json" \
--data '{"key1":"value1","key2":"value2"}' \
-X POST \
-x "https://[email protected]:8013" \
-k "http://httpbin.org/anything"