my website runs on https , my chat server is on another domain which doesnt have https and i have to connect my website to chat server by loading socket.io from chat server
<script src="http://chetserver.com/socket.io/socket.io.js"></script>
but of curse i get
Mixed Content: The page at 'https://www.example.com/chat' was loaded over HTTPS, but requested an insecure script 'http://chetserver.com/socket.io/socket.io.js'. This request has been blocked; the content must be served over HTTPS.
im probabely going to move chat server on https as well but , is there anyway to allow mixed content only from chetserver.com
using utaccess (or any other method )?