Ajax login issue

Ajax login issue

by Jack Evans -
Number of replies: 0

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 don't get response😔

Average of ratings: -