#jQuery contentType vs dataType #http://api.jquery.com/jquery.ajax/ //pour l'envoi en payload defaut contentType (default: 'application/x-www-form-urlencoded; charset=UTF-8') contentType: "application/json", // pour le retour dataType: 'json'