HTTPS HTTP Mixed content Ajax not working


Mixed Content: The page at 'https://example.com' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://XX.XXX.XX.XXX/vicidial/non_agent_api.php?queries=query=data'. This request has been blocked; the content must be served over HTTPS.

<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> 

👍😁