After the --dump-header writes a file, how to do read those headers back into the next request? I would like to read them from a file because there are a number of them. <
Starting with curl 7.55.0 it can now read headers from a file:
curl -H @filename
It's that easy now.