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

CORS via https in IE9

1 Answer 67 Views
ClientDataSource
This is a migrated thread and some comments may be shown as answers.
Pawel
Top achievements
Rank 1
Pawel asked on 10 Jul 2015, 01:12 PM

Hi all,

I bind my grid with RadClientDataSource. This source have Select Url to another subdomain via https:

This works in IE10, Chrome and Firefox, but not in IE9. In IE9 fired OnRequestFailed and args.get_error() returns the message No Transport.

If i added to my page the $.support.cors = true; then failed request with Access Denied error.

 

Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 15 Jul 2015, 07:28 AM
Hello,

Have in mind that CORS is not fully supported in IE9. This can cause some issues when retrieving the data. Also Web API is using Web Sockets that are not supported in IE9.

If you would like additional information on where the features are supported you would find the following resources interesting.



Regards,
Viktor Tachev
Telerik
Tags
ClientDataSource
Asked by
Pawel
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or