# Geöffnete Vorschläge
In diesem Abschnitt wird das Verfahren zur Ermittlung und Nachprüfung nach der Sperrung beschrieben CrawlbaseServis Smart AI Proxy.
# Formulardaten
Der erste Befehl wird gesendet, um den Beitrag per Post zu veröffentlichen Datenformate.
- curl
- Rubin
- Knoten
- php
- python
- go
Verwenden von 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"
Verwenden von 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"
# JSON-Daten
Чтобы отправить POST-заproс, включающий JSON-Daten, melde dich beim nächsten Befehl.
- curl
- Rubin
- Knoten
- php
- python
- go
Verwenden von HTTP:
curl -H "accept: application/json" \
--data '{"key1":"value1","key2":"value2"}' \
-X POST \
-x "http://[email protected]:8012" \
-k "http://httpbin.org/anything"
Verwenden von HTTPS:
curl -H "accept: application/json" \
--data '{"key1":"value1","key2":"value2"}' \
-X POST \
-x "https://[email protected]:8013" \
-k "http://httpbin.org/anything"