Answers for "check if curl request is correct"

0

check curl version

in CMD
curl --version
Posted by: Guest on May-25-2021
0

curl test https

curl --insecure -v https://www.google.com 2>&1 | awk 'BEGIN { cert=0 } /^* Server certificate:/ { cert=1 } /^*/ { if (cert) print }'
Posted by: Guest on February-25-2021

Code answers related to "check if curl request is correct"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language