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'
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'
-H:"x-abc: xyz"
works fine:.....