André Amorim

Crafting Web Experiences

//

Curl with User Agent

curl --user-agent "<custom_user_agent>" <url>

To save output of the response:

curl --user-agent "<custom_user_agent>" <url> -o <output_file_path>

Published date:

Modified date: