What is the HTTP response for the first request. The server might be
responding with a "file not found"?

Signature
Girish Bharadwaj
http://msmvps.com/gbvb
> I used a packet analyzer to monitor the communications.
> The behavior that I described happens on the call to
[quoted text clipped - 36 lines]
> > >
> > > Luca
Here is the output from the packet analyzer (semplified).
Note that the only difference between the 2 requests is the
capitalization of the extention (dll the first time, DLL the second
time).
Moreover the second request ignores the fact that the DLL has already
been transferred and doesn't send a
If-Modified-Since: Fri, 24 Sep 2004 11:11:25 GMT
header on the HTTP request as one might have expected
Luca
Trace follows...
First Request
Version: HTTP/1.1
Method: GET
URI: /siarm/dll/RichiesteAttivazione.dll
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET
CLR 1.1.4322; .NET CLR 1
Host: agrisrv
Connection: Keep-Alive
First Response
Version: HTTP/1.1
Result code: 200
Result string: OK
Server: Microsoft-IIS/5.0
MS-Author-Via: MS-FP/4.0,DAV
MicrosoftOfficeWebServer: 5.0_Collab
X-Powered-By: ASP.NET
Date: Wed, 29 Sep 2004 12:39:59 GMT
Content-Type: application/x-msdownload
Accept-Ranges: bytes
Last-Modified: Fri, 24 Sep 2004 11:11:25 GMT
ETag: "c5aa883b27a2c41:a69"
Content-Length: 36864
Second Request
Version: HTTP/1.1
Method: GET
URI: /siarm/dll/RichiesteAttivazione.DLL
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET
CLR 1.1.4322; .NET CLR 1
Host: agrisrv
Connection: Keep-Alive
Second response
Version: HTTP/1.1
Result code: 200
Result string: OK
Server: Microsoft-IIS/5.0
MS-Author-Via: MS-FP/4.0,DAV
MicrosoftOfficeWebServer: 5.0_Collab
X-Powered-By: ASP.NET
Date: Wed, 29 Sep 2004 12:39:59 GMT
Content-Type: application/x-msdownload
Accept-Ranges: bytes
Last-Modified: Fri, 24 Sep 2004 11:11:25 GMT
ETag: "c5aa883b27a2c41:a69"
Content-Length: 36864
> What is the HTTP response for the first request. The server might be
> responding with a "file not found"?
[quoted text clipped - 41 lines]
> > > >
> > > > Luca