I have tried all the options listed in the documentation and not matter what I do I still get those script insecurely (http), having the browser naturally blocking the action. I have an old aspnet framework 4.5.2 app.
I tried this
<telerik:RadScriptManager
runat="server"
ID="RadScriptManager1"
EnableCdn="true">
</telerik:RadScriptManager>
<telerik:RadStyleSheetManager
runat="server"
ID="RadStyleSheetManager1">
<CdnSettings TelerikCdn="Enabled" />
</telerik:RadStyleSheetManager>
And this:
<appSettings>
<add key="Telerik.ScriptManager.TelerikCdn" value="Enabled" />
<add key="Telerik.StyleSheetManager.TelerikCdn" value="Enabled" />
</appSettings>
Am I missing something? Can I somehow force every request to be https?
I’d really appreciate some help in here!
Thanks!