Hi all! Tell me is it possible to get data via api on the server side?
That is, on the client side:
$.ajax({ type: "GET", contentType: "application/json; charset=utf-8", url: "http://192.168.222.40:8082/api/is", dataType: "json", success: function (data) { console.log(data); } });
but let's say how to get data in the controller?