Probably the most obvious thing to do with the curl command is to download a page from a web site for review on the command line. To do this, just enter “curl” followed by the URL of the web site like ...
I have a Django app I'm working on. I would like to redirect and/or refresh the page after the user downloads a binary file. In Firefox I can add a 'Refresh 1;url=success.html' line to the response ...