File download through ISAPI dll
Does your ISAPI send the exact same bits, headers and all, regardless of
being requested over HTTPS or HTTP ?
I think you're looking at some client-side behavior.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
Thanks for the reply. However, even if the option you mentioned is enabled,
the result is the same.
There is one difference when SSL is enabled, that seems to be the cause of
the problem. Normally, when download is initiated (user clicks on the link),
I.E. shows a dialog, like:
------------------------------------------------------
[File Download]
....
File name: TestDoc.pdf
File type: Adobe Acrobat Do***ent
From: serverName
Would you like to open the file or save it to your computer?
[Open] [Save] [Cancel] [More Info]
------------------------------------------------------
When SSL is on (the same dll, the same file):
------------------------------------------------------
[File Download]
....
File name: ...dll?download&id=123&bid=1234
File type:
From: serverName
Would you like to open the file or save it to your computer?
[Open] [Save] [Cancel] [More Info]
------------------------------------------------------
It seems I.E. no longer recognizes the file name or the file type.
Myth
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message news:OFpzlWXKEHA.2380@TK2MSFTNGP09.phx.gbl...
|