I'm making the following ajax call to my webservice.
var datos = {"user_id":"2","body_param":"body","title_param":"title","arr":{"1":1,"2":2,"3":3,"4":4}};
console.log(datos);
$.ajax({
type: "GET",
crossDomain: true,
dataType: "jso...
asked by
23.11.2017 / 17:04