Answers for "shell get curl response status"

1

get status code of curl

curl -o /dev/null -s -w "%{http_code}n" http://localhost
Posted by: Guest on January-15-2021
0

linux curl get request

curl https://example.com/index.php?username=luffy&loggedin=true
Posted by: Guest on May-16-2021

Browse Popular Code Answers by Language