I would like to make an async GET request that returns back a document with MIME content type and cause it to bring the browser\'s \'Save\' dialog.
Previously, I us
That's something the server has to do. There's nothing you can do from the client side that will force an unwilling server to set response headers.