I use the msxml2.ServerXMLHTTP component to check the HTTP status headers of a particular site. If I check the site via I get the correct response 302 ie moved as the site has a redirect on the main page but the msxml2.ServerXMLHTTP component is returning 200 as in ok. Anybody know why this is?