Jquery ajax call wrong payload
I have some troubles whit jquery ajax call, infact I tried to perform a post call passing like data a string variable: myVar = 'Hello'; $.ajax( type: 'POST', url : 'https://...', data: myVar, success : function(data) { }, complite: function()…