Cfcontent type excel over SSL
Hi guys, I dump an excel file using
<cfcontent type="application/msexcel">
<cfheader name="content-disposition" value="attachment;filename=term.xls">
and works fine in dev (http), but once I go to production (https) Internet Explorer won't open it. I remove those headers and IE shows the html table just fine, but when I add back the excel header I get the error "Internet Explorer was not able to open the internet site. The requested site is either unavailable or cannot be found". It also works fine in Firefox.
Any work around for this?
thanks!
