Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 281 Bytes

File metadata and controls

14 lines (9 loc) · 281 Bytes

Cookie Handling

Which curl option reads cookies from a file and sends them with the request?

  1. --cookie-file
  2. --cookie
  3. --cookies
  4. -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.