List:Eventum General Discussion« Previous MessageNext Message »
From:Christopher Schwerdt Date:October 12 2005 7:41pm
Subject:RE: CSV Issue Export Error on Eventum 1.6.1 over HTTPS with self-signed certs and IE 6
View as plain text  
> I was just looking at this issue last week--I too, use SSL.  I tried
> many combinations of different Content-Types, disabling caching and
> adding a Content-Disposition header (tried inline and attachment).
> Nothing so far has really worked.  Anyone else been able to hack up
> csv.php so that it works w/ Internet Explorer?

I'm replying to myself to let the list know that adding:

header("Cache-control: no-store");  
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); # Past date
header("Pragma: no-store");

to csv.php fixed the issue (as specified by Greg Larkin).  The devs
might want to add a task to fix this small issue in 1.6.2.
Thread
CSV Issue Export Error on Eventum 1.6.1 over HTTPS with self-signed certs and IE 6Allan Ditzel12 Oct
  • RE: CSV Issue Export Error on Eventum 1.6.1 over HTTPS with self-signed certs and IE 6Greg Larkin12 Oct
RE: CSV Issue Export Error on Eventum 1.6.1 over HTTPS with self-signed certs and IE 6Christopher Schwerdt12 Oct
RE: CSV Issue Export Error on Eventum 1.6.1 over HTTPS with self-signed certs and IE 6Christopher Schwerdt12 Oct
  • Re: CSV Issue Export Error on Eventum 1.6.1 over HTTPS with self-signedcerts and IE 6Bryan Alsdorf16 Nov