by Yuri Rodrigues.
how i login using ajax request??
i try this:
$.ajax({
url: 'mymoodle.com/login/index.php',
type: "GET",
dataType: "json",
success: function (data) {
console.log(data);
}
});
but i dont get response by Yuri Rodrigues.
how i login using ajax request??
i try this:
$.ajax({
url: 'mymoodle.com/login/index.php',
type: "GET",
dataType: "json",
success: function (data) {
console.log(data);
}
});
but i dont get response