When you attempt to access a secure URL by using the XMLHTTP request object from a script on a non-secure Web page, you may receive one of the following error messages:
With Msxml2.XMLHTTP:
With Msxml2.XMLHTTP:
Permission Denied
With Microsoft.XMLHTTP:Access is Denied
This problem only occurs if a non-secure page attempts to access a secure page. Accessing a secure page from another secure page does not generate an error.