my http wep api project is hosted in my pc iis with windows 7. Now I wanted fetch data from local pc to HTTPS website, so when i send request from the website to http web api the request is not allowed
problem is On an HTTPS page, any requests to load JavaScript from an HTTP URL is blocked, so I am not able to receive any data
How can I solve this issue