Curl examples

Сохранить cookie и использовать их.
curl -c cookie.txt -b cookie.txt  http://alexcisco.com

Сохранить заголовки в файл
curl  --dump-header headers.txt  http://alexcisco.com

пример REST API для Алтеон
curl -H "Authorization: Basic YWRtaW46YWRtaW4=" -H "Accept: application/xml" -H "Content-type: application/xml" -k 'https://192.168.180.26/config?prop=agNewCfgIdleCLITimeout'

Документ с примерами по curl everything-curl

Print Friendly, PDF & Email
guest

0 Comments
Inline Feedbacks
View all comments