On 11/26/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 11/25/05, Tamas Szabo <[EMAIL PROTECTED]> wrote: > > > We have a webapp that generates PDF files on the fly and sends them back > to > > the browser. > > When one accesses the app with https in IE and only in IE they get a > message > > box > > Been there, done that. :)
Hehe, I thought that I'm not the first... http://wiki.wsmoak.net/cgi-bin/wiki.pl?NonsecureContent A few comments: What do you mean by " In short, you have to send IE some HTML before you send it the bytes of the PDF, or it will complain."? I think that your solution works because the redirect thing makes a GET request, not because you sent a html page to the browser? Have you tried to simpy change the method of the form to GET? It's not a solution for me cause I will have to submit a lot of parameters :-( So I will have to do something like you suggested: I will create the PDF in a temp file, put the name of the file in session and send a redirect which displays the pdf file... Thanks, Tamas