9951 explained code solutions for 126 technologies


curlDebug URL request


curl -v https://google.comctrl + c
curl

base curl command

-v

verbose mode enabled

https://google.com

sample URL to debug request to


Usage example

curl -v https://google.com
output
*   Trying 142.250.203.206:443...
* Connected to google.com (142.250.203.206) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
...