I\'ve written code that uses Angular $http to download a file. The name of the file is not specified in the URL. The URL contains a unique identifier for the file, wh
success(function(data, status, headers, response,xhr) { console.log(headers('Content-Disposition')); }