When I am redirecting with "https://localhost:44300/default.aspx" then I am getting the following error in the console
Mixed Content: The page at 'https://localhost:44300/default.aspx' was loaded over HTTPS, but requested an insecure stylesheet 'http://wpc.016b.edgecastcdn.net/00016B/App_Themes/GFYStyle/images/elements/homepage/old-main-styles.css'. This request has been blocked; the content must be served over HTTPS.
If changed http://wpc.016b.edgecastcdn.net/00016B/App_Themes/GFYStyle/images/elements/homepage/old-main-styles.css to https://wpc.016b.edgecastcdn.net/00016B/App_Themes/GFYStyle/images/elements/homepage/old-main-styles.css then thrown with this
GET https://wpc.016b.edgecastcdn.net/00016B/App_Themes/GFYStyle/images/elements/homepage/old-main-styles.css net::ERR_INSECURE_RESPONSE
Can any please help out me what I need to do?
Thanks.