ashnoa
4/20/2020 - 11:41 PM

Often usage of curl

Often usage of curl

curl -sS -v -w "\n" "Here is URL" -b if_you_need_cookie_use_option
curl -sS -v -w "¥n" -X POST "Here is URL" -H "If you need a header, Insert here" -d "Set request body" -c if_you_need_cookie_use_option