asp.net mvc - Does not load js and css from CDN URL incase of secure pages with protocol "https" -
asp.net mvc - Does not load js and css from CDN URL incase of secure pages with protocol "https" -
i implementing code in .net mvc loading js , css cdn url , works protocol "http". if site secure ssl js , css not cdn url on secure pages.
what should resolve this?
please give me suggestions.
thank you.
if site running on https css , javascript files must come secure server. security measure prevent things man-in-the-middle attacks.
so reply create sure css & js files served using https.
asp.net-mvc ssl cdn
Comments
Post a Comment