This is a migrated thread and some comments may be shown as answers.

IE11 Access Denied

3 Answers 413 Views
Bugs & Issues
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pete
Top achievements
Rank 1
Pete asked on 27 May 2014, 09:09 PM
When trying to run a read() operation on a DataSource that uses Telerik Backend Services,  I'm getting an error in everlive.all.js "Access is Denied", but only on IE.  Not sure why.  I'm running this on my dev server with http://api.everlive.com/... URLs.  Everything works on every browser on a Mac, and on Chrome on Windows, just not on IE.  Help?

3 Answers, 1 is accepted

Sort by
0
Anton Dobrev
Telerik team
answered on 28 May 2014, 10:08 AM
Hello Pete,

This seems like a CORS-related issue as the web app is loaded over 'https' but is trying to load a resource over "http" and not over "https" which is being blocked by IE.

Could you please verify this on your side?

Regards,
Anton Dobrev
Telerik
 
Everlive is now Telerik Backend Services, and is part of the Telerik Platform.
 
0
Pete
Top achievements
Rank 2
answered on 28 May 2014, 02:19 PM
[quote]Anton Dobrev said:
This seems like a CORS-related issue as the web app is loaded over 'https' but is trying to load a resource over "http" and not over "https" which is being blocked by IE.[/quote]

Thanks for the reply, Anton!  It does seem that way, as there's nothing wrong with hitting the URL directly.  With Chrome it just silently alerts you to mixed content.  Firefox requires you to turn off blocking for the site.  Is there a similar feature in IE?  I've been searching but can't find a way to allow this.
0
Anton Dobrev
Telerik team
answered on 28 May 2014, 02:44 PM
Hi Pete,

The similar option for IE can be enabled from Options > Security > Internet > Custom Level > Miscellaneous > Access data source across domains > Enable.

Please, refer to the screenshot attached.

Regards,
Anton Dobrev
Telerik
 
Everlive is now Telerik Backend Services, and is part of the Telerik Platform.
 
Tags
Bugs & Issues
Asked by
Pete
Top achievements
Rank 1
Answers by
Anton Dobrev
Telerik team
Pete
Top achievements
Rank 2
Share this question
or