I'm doing a post this way;
$.post("_checa.php",
{
inst: 'val'
}, function(data)
{
console.log(data);
});
It works fine if I use it in http, but when I switch to https, I get the return:
Access to XMLHttpRequest at 'https://www...
asked by
10.12.2018 / 15:30