I am calling a WEB API which is hosted in a HTTP environment from HTTPS (from client side ajax) but I am getting below error
XMLHttpRequest cannot load {WEB_API_URL} failed to start loading.
I've tried few things like changing datatype to JSONP. but no success.
Please suggest. Thanks.