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

Asked

Viewed 390 times

1

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

Eu instalei o URL Rewriter no IIS.

Procurando a url baseado em uma expressão regular ^URL$ Configurando a condição abaixo Com a seguinte ação

This works, however, the browser returns an error when Iss redirects the request to http. Next:

Mixed Content: The page at 'https://URL' was Loaded over HTTPS, but requested an insecure Xmlhttprequest endpoint 'http://URL'. This request has been blocked; the content must be served over HTTPS.

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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.