Impossible de définir le type de contenu sur 'application / json' dans jQuery.ajax
Quand j'ai ce code $.ajax({ type: 'POST', //contentType: "application/json", url: 'http://localhost:16329/Hello', data: { name: 'norm' }, dataType: 'json' }); dans Fiddler, je peux voir la requête brute suivante POST http://localhost:16329/Hello HTTP/1.1 Host: localhost:16329 User-Agent:...