Answers for "how to send http headers with a curl get request?"

2

curl pass a header

curl -H "Accept-Charset: utf-8" -H "Content-Type: application/x-www-form-urlencoded" http://www.some-domain.com
Posted by: Guest on March-03-2020

Code answers related to "how to send http headers with a curl get request?"

Browse Popular Code Answers by Language