After the --dump-header writes a file, how to read those headers back into the next request? I would like to read them from a file because there are a number of them.
I tried standard in: cat headers | curl -v -H - ...
I'm actually using the feature in Firebug to "Copy Request Headers" and then saving those to a file. This appears to be the same format.