« Previous Next »

Answered Thread: FirFox and IE targetting IIS 7.0

Last post 09-18-2008 6:11 AM by Paul Lynch. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 09-17-2008, 4:36 PM

    • sammy_1
    • Not Ranked
    • Joined on 01-09-2008, 5:28 PM
    • Posts 11

    FirFox and IE targetting IIS 7.0

     I see different behavior for IE and FirFox when target the same application when the WebServer is IIS 7.0, but according to the header analyzer response object is different so I guess IIS might have something to do with it, especially apache is working fine


    On FirFOX
    GET /html/scripts/cookie.js HTTP/1.1

    HTTP/1.x 304 Not Modified
    Last-Modified: Mon, 23 Jul 2001 15:01:44 GMT
    Accept-Ranges: bytes
    Etag: "808f33638813c11:0"
    Server: Microsoft-IIS/7.0
    Date: Wed, 25 Jul 2001 19:19:44 GMT
     
     
    But On IE
     Content-Length: 2844
    HTTP/1.1 200 OK
    Content-Type: application/x-javascript
    Last-Modified: Mon, 23 Jul 2001 15:01:44 GMT
    Accept-Ranges: bytes
    ETag: "808f33638813c11:0"
    Server: Microsoft-IIS/7.0
    Date: Wed, 25 Jul 2001 19:40:13 GMT
    Content-Length: 2844
     
    Would any one know what HTTP/1.x 304 mean? and why IIS making sending different response?  any setting within IIS to make JavaScript consistent, like a compression setting or even a chunking or GZIP ?


  • 09-18-2008, 5:17 AM In reply to

    Answered Re: FirFox and IE targetting IIS 7.0

    Hello,

    They suppor different Document Object Model (DOM), you could find more info in http://www.w3.org/DOM/

    Regards

  • 09-18-2008, 6:11 AM In reply to

    Answered Re: FirFox and IE targetting IIS 7.0

    Hi,

    A 304 status code means 'Not Modified' which basically means that the client browser already has a valid copy of the requested resource in its cache so no further action is required.

    Taken from : http://support.microsoft.com/kb/943891/

    Regards, 

    Paul Lynch | www.iisadmin.co.uk
Page 1 of 1 (3 items)
Microsoft Communities