how do I set a custom header in a curl config file
问题 How do I add the option for setting a custom header in a curl config file? Neither of the following lines did work: Header = 'x-abc: xyz' header = 'x-abc: xyz' 回答1: -H:"x-abc: xyz" works fine: curl -vvv -K headerfile http://www.google.com -o /dev/null * About to connect() to www.google.com port 80 (#0) * Trying 74.125.230.243... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* connected *