Convert a curl command to a wget command
- Replace curl's
-H
w/ wget's--header
- Replace curl's
--data
/--data-raw
w/ wget's--post-data
-H
w/ wget's --header
--data
/--data-raw
w/ wget's --post-data
SamatsWiki: CheatSheet/Wget (last edited 2023-03-28 20:40:33 by SamatJain)