For managing our mailing list, I generate a CSV file using PHP. This file is password protected and can only be accessed by an authenticated user. However, although the file downloads correctly in Firefox, it will not open in Internet Explorer. The error message we get is "Internet Explorer cannot download test.csv from www.ticketwarehouse.com - Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later."
The file is at:
https://www.ticketwarehouse.com/test.csv
This file is identical to the mailing list, except it doesn't have the authentication feature enabled, and pulls public data from a generalized database. Just like the mailing list file, it works perfectly in Firefox.
Any ideas?