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 -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -