Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

File download from one server does not work (other browsers work)

  • 2 risposte
  • 7 hanno questo problema
  • 1 visualizzazione
  • Ultima risposta di Eetu

more options

After uprading to Win7 and FF 7.0.1 the file download from our intranet server stopped working. IE 9 and Chrome 14 does not have any problems. When I try to open for exmple this URL:

https://wwwedu.oulu.fi/intra/?act=58&rnum=26241

I got only an error page:


Corrupted Content Error The page you are trying to view cannot be shown because an error in the data transmission was detected. The page you are trying to view cannot be shown because an error in the data transmission was detected. Please contact the web site owners to inform them of this problem.


I have tested this with two separate computers and got some similar reports from students.

If there is is problem in the headers etc. of the server, I would be very pleased to know that, too!

Thank you very much Eetu Pikkarainen

After uprading to Win7 and FF 7.0.1 the file download from our intranet server stopped working. IE 9 and Chrome 14 does not have any problems. When I try to open for exmple this URL: https://wwwedu.oulu.fi/intra/?act=58&rnum=26241 I got only an error page: ------------------- Corrupted Content Error The page you are trying to view cannot be shown because an error in the data transmission was detected. The page you are trying to view cannot be shown because an error in the data transmission was detected. Please contact the web site owners to inform them of this problem. -------------------- I have tested this with two separate computers and got some similar reports from students. If there is is problem in the headers etc. of the server, I would be very pleased to know that, too! Thank you very much Eetu Pikkarainen

Soluzione scelta

You can get such an error if there are multiple location redirects send via the HTTP response headers.
Firefox doesn't allow that for security reasons.

  • bug 681140 - Corrupted Content error due to multiple Content-Disposition header field instances
Leggere questa risposta nel contesto 👍 0

Tutte le risposte (2)

more options

Soluzione scelta

You can get such an error if there are multiple location redirects send via the HTTP response headers.
Firefox doesn't allow that for security reasons.

  • bug 681140 - Corrupted Content error due to multiple Content-Disposition header field instances
more options

Thank you, the discussion in bug 681140 was informative.

(By redbot.org I found out that there was two Content-Disposition headers. They were identical, but other one had one space character more. When they were corrected to identical then douwnload work. Now I still have to find out why there are two...)