user-agent.d 620 B

123456789101112131415161718
  1. Short: A
  2. Long: user-agent
  3. Arg: <name>
  4. Help: Send User-Agent <name> to server
  5. Protocols: HTTP
  6. Category: important http
  7. Example: -A "Agent 007" $URL
  8. Added: 4.5.1
  9. ---
  10. Specify the User-Agent string to send to the HTTP server. To encode blanks in
  11. the string, surround the string with single quote marks. This header can also
  12. be set with the --header or the --proxy-header options.
  13. If you give an empty argument to --user-agent (""), it will remove the header
  14. completely from the request. If you prefer a blank header, you can set it to a
  15. single space (" ").
  16. If this option is used several times, the last one will be used.