HTTP request has been blocked; the content must be served over HTTPS HTTP request has been blocked; the content must be served over HTTPS angularjs angularjs

HTTP request has been blocked; the content must be served over HTTPS


You can't fetch insecure (http) resources from a secure (https) origin.

It's called mixed-content and browsers block it for security reasons. (it may allow passive content like images, often with warnings)

What you can do:

  • explain to the web service the advantages of https
  • proxy the answer of the web service through your sever