"COB" <> wrote in message
news:31230862-B3A8-4A53-9B41-...
> Would you have any idea why it only affects my W2k3 servers? Why do my XP
> machines get out to update going thru the same ISA 2006 server??
>> So, it looks as if your proxy server is the place to go
>> to understand your symptom. ; )
Your proxy server is issuing the response.
Have you checked it to find out why?
Just for a guess at something which would be different,
we could say User-Agent. So, check your User-Agent
or make the app which isn't working spoof the one which is.
http://www.fiddlertool.com/useragent.aspx
Otherwise, what I would do is try getting a packet trace
of the two cases and compare them. If it happens before
a secure channel is needed using Fiddler2 might be sufficient
for that analysis. Otherwise for the XP case you could capture
using netcap (or netmon or WireShark) and format with one of
those others (or Ethereal, WireShark's previous name.)
That won't necessarily give you any insight into why the server
doesn't like requests from one OS but it would at least allow you
to see exactly what it would be receiving for each case.
Good luck
Robert
---