Hi Can anyone suggest what I need to look for now firefox (3.6.12 on Windows) requests a pdf twice when using the object tag rather than an iframe
The object tag DOES have a mime type of "application/pdf"
I know old IEs had this when the mime type application/pdf made the IE hand over the request to the adobe plugin, resulting in two requests, but I have not see Fx do this.
We are trying to bypass the latest bug in Fx that hangs the browser on the second page of a PDF. And no, we cannot use any other plugin than Adobe Acrobat Reader 7-9 and no we will not change from pdf to something else.
thanks
Update: Now IE is throwing us a curveball. It does not like a redirect inside the object to the same domain (but not same subdomain) e.g. we load a.server.com/pdffile.pdf and redirect to b.server.com/otherpdffile.pdf - works fine in Fx but not in IE Adding the param src="urltopdf" makes it sort of show in IE but stops it from working in Fx. SIGH!