I try to do ajax, my code written on a https site it request to non https, but the resources were blocked by Chrome.
$.ajax({
url : "http://example.com/non-https",
..
..
Previously in earlier version I don't have this issue. Must my ajax request target a https too? Or there is a better way to save that problem?