Mixed Content: The page was loaded over HTTPS, insecure XMLHttpRequest
Posted: 14 May 2015, 06:13
I have an Ajax function that adds in page some content from server. It was working fine when the page url was with "http", but after I put "https" the Ajax is not working. I get this JavaScript error:
Any ideea how to fix it to work with "https"?
Code: Select all
Mixed Content: The page at 'https:// ...' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http:// ...'. This request has been blocked; the content must be served over HTTPS