IIS 10 - Redirect HTTPS to HTTP request causing error MIXED CONTENT

1

I have a website in iis with HTTPS open, however, I need to redirect a specific request to http.

Thisworks,however,thebrowserreturnsanerrorwhenissredirectstherequesttohttp.Following:

MixedContent:Thepageat' link ' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ' link '. This request has been blocked; the content should be served over HTTPS.

My real question is, is there any way to solve this problem? Is it possible to perform this redirection? https - > http?

    
asked by anonymous 09.11.2017 / 13:37

0 answers