Daniel Augusto Fernandes wrote:
> > Subject: Problems with Internet Explorer and attachments.
> >    Date: Tue, 19 Sep 2000 21:48:30 -0400 (EDT)
> >    From: Sam Varshavchik <[EMAIL PROTECTED]>
> >      To: [EMAIL PROTECTED]
> >
> > It appears that this is indeed a bug in MSIE's implementation of HTTP/1.1
> >
> > Add the following directive to httpd.conf, to force apache to downgrade to
> > HTTP/1.0 for Internet Explorer:
> >
> > BrowserMatch "MSIE [45]" nokeepalive downgrade-1.0 force-response-1.0
> >
> > --
> > Sam
> 
> This is a problem of the HTTP client. If the browser handles the HTTP
> responses badly it is not a HTTPD or cgi problem.
> 
> But,
> 
> if one wants to 'go to the mountain' one should make the HTTPD do that
> for all HTTP client which doesn't work, not the cgi.
> 
> Well, who knows... It's just my two cents. If you think MSIE only treats
> sqwebmail response headers badly do the source code trick. If you think
> it realy doesn't work for HTTP/1.1 do the Apache trick.

Unfortunately, the Apache trick didn't work for SSL either (and also
didn't work for View Attachment, just Save, for my testing).  Whichever
works under SSL first, is the way I'll have to implement it.

Reply via email to