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

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -