Oh, don't blame IIS on the headers thing, Apache has to do the same thing...
<IfModule mod_setenvif.c> # The following directives modify normal HTTP response behavior. # The first directive disables keepalive for Netscape 2.x and brow +sers that # spoof it. There are known problems with these browser implementa +tions. # The second directive is for Microsoft Internet Explorer 4.0b2 # which has a broken HTTP/1.1 implementation and does not properly # support keepalive when it is used on 301 or 302 (redirect) respo +nses. # BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-respon +se-1.0 # # The following directive disables HTTP/1.1 responses to browsers +which # are in violation of the HTTP/1.0 spec by not being able to grok +a # basic 1.1 response. # BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 </IfModule>

I've got a lot of gripes with IIS but broken clients just something you have to deal with.

In fact, that brings up another thought. Have you tried sending different User Agent strings to IIS with that request? That may be part of the problem too. Yah never know when you can't muck with the innards.

--
$you = new YOU;
honk() if $you->love(perl)


In reply to Re: (Ovid - response to IIS responses) Re: IIS and Apache by extremely
in thread IIS and Apache by Ovid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.