Send data from ajax to server with get method – Jquery ajax
This topic is not duplicate with others my problem is in get method i have this data: var things = [ { "name": "n1" }, { "name": "n2" } ]; Ajax call: $.ajax({ url: /controller/GetList, data: JSON.stringify(things), contentType: "application/json; charset=utf-8",…