I am using a PHP script to export data from my database (mysql) to an XLS file.
So far, the file export process works fine in Firefox and IE.
I get errors when trying to export using Google Chrome.
Google Chrome Error:
Duplicate headers received from server
The response from the server contained duplicate headers. This problem is generally the result of a misconfigured website or proxy. Only the website or proxy administrator can fix this issue.
Error 349 (net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION): Multiple distinct Content-Disposition headers received. This is disallowed to protect against HTTP response splitting attacks.
I need help.
thank
source
share