![]() |
Duplicate headers received from server
Viewing an image through PHP code in Chrome says Duplicate headers received from server but works fine in FF and even in IE9
The detail of the error is : Quote:
|
Re: Duplicate headers received from server
For those who encounter the same issue here is what is causing the issue and what could be the possible solution.
The issue is normally when you have a PHP page that displays an image you have the header as Code:
Content-Disposition: Inline; filename=someimagefilename.imageextensionsCode:
Content-Disposition: Inline; filename=someimagefilename,somecharacters.imageextensionsTo fix the issue just delete the current file and upload a new file that does not have the comma in the file name or make your code such that if they have comma they are replaced. Hope it helps. |
| All times are GMT +5.5. The time now is 12:25. |