Answers for "curl command add header"

-1

curl host header

curl --header "Host: example.com" http://127.0.0.1/
Posted by: Guest on October-26-2020
0

curl cli add header

// use -H to add headers

curl -H "Accept-Encoding: identity" http://www.example.com
Posted by: Guest on August-03-2021

Browse Popular Code Answers by Language