Jquery 'permission denied' error for JSON call between HTTP and HTTPS
        Posted  
        
            by Murali B
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Murali B
        
        
        
        Published on 2010-04-29T07:45:48Z
        Indexed on 
            2010/04/29
            7:57 UTC
        
        
        Read the original article
        Hit count: 718
        
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
© Stack Overflow or respective owner