Currently, I am facing a scenario where I must execute an AJAX request from an HTTPS webpage to a non-secure page on a different domain. Our CORS policy was functioning correctly prior to switching to HTTPS on our site. Are there any solutions to resolve this issue and make it function properly?