Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
825
Unable to load components from cdn-na.infragistics over https
posted

My web server requires https. I find I am unable to load igLoader or igGrid from cdn-na.infragistics.com, because they seem to assume they will be loaded via http.

// This works but is not allowed by my webserver:

<script type="text/javascript" src="http://cdn-na.infragistics.com/igniteui/2015.1/latest/js/infragistics.loader.js"></script>


// Changing to https fails with browser security errors about mixing https with http:

<script type="text/javascript" src="https://cdn-na.infragistics.com/igniteui/2015.1/latest/js/infragistics.loader.js"></script>

I also tried loading just the loader from a local file, then using it to load the igGrid from your CDN, but that failed in the same way.

We are happy to host the ignite files on our server so this isn't a big problem for us. But are there any third-party CDN's hosting Infragistic with https? If not, you might consider doing that yourself. Or if there is some way to do it already, please let me know how. Thanks!

Parents Reply Children
No Data