From: HAL07 on
set xmlhttp = createobject("msxml2.xmlhttp.3.0")
strUrl = "http://mytrustedsite/blablah"
xmlhttp.open "get", strUrl, false

This fails when the site is added to trusted sites.
Error: Permission denied

--
-- HAL07, Engineering Services, Norway