Hi,
I have a login control on my homepage (http://www.xyz.com) which makes a JSON login request over HTTPS (https://www.xyz.com/json.ashx). This seems to work fine in Firefox and IE7. But IE8 gives a 'permission denied' error for jquery.min.js
I have verified that this call works fine if its solely over http or https.
Is the call considered 'cross-domain' if it is between the http and https sections of the site? How can I resolve this problem?
Thanks, Murali