Flag Description -A, --user-agent <string> Specifies the User-Agent string to send to the server. -b, --cookie <data> Sends cookies to the server. Can be a string or a file name. -c, --cookie-jar <file> Writes cookies to the specified file after the transfer. -d, --data <data> Sends data in a POST request. Can be used with application/x-www-form-urlencoded or application/json (with -H ). -F, --form <name=content> Submits form data. Useful for file uploads and multipart forms. -G, --get Forces curl to use the GET method instead of POST when -d is used. -H, --header <header> Adds a custom header to the request. Multiple h...
Comments
Post a Comment