Cookie Handling Which curl option reads cookies from a file and sends them with the request? --cookie-file --cookie --cookies -c Correct: 2 Difficulty: 3 --cookie (or -b) can take a string or a filename. If it’s a file, curl loads cookies from it.