This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
утилита_curl [2025/05/21 15:41] val |
утилита_curl [2025/06/23 11:35] (current) val [Примеры использования] |
||
---|---|---|---|
Line 16: | Line 16: | ||
$ curl -x gate:3128 https://ya.ru #-v | $ curl -x gate:3128 https://ya.ru #-v | ||
+ | |||
+ | curl "http://server.corpX.un:8088/rawman?action=login&username=admin&secret=admin" -c cookies.txt | ||
+ | curl "http://server.corpX.un:8088/rawman?action=ping" -b cookies.txt | ||
+ | curl "http://server.corpX.un:8088/rawman?action=logoff" -b cookies.txt | ||
# docker run --rm alpine/curl -sS https://ya.ru | # docker run --rm alpine/curl -sS https://ya.ru |