1
I have an iis website with HTTPS open, but I need to redirect a specific request to http.
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?