Blog Archive for March 5, 2016

ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION

March 5, 2016

I have a website that allows download of a zip file. This zip file is created on the fly, and by using the Content-Disposition header I can determine the filename it is saved as.

This particular download worked in Firefox but not in Chrome. It turns out that Chrome has …