Der Inhaltstyp kann in jQuery.ajax nicht auf 'application / json' gesetzt werden
Wenn ich diesen Code habe $.ajax({ type: 'POST', //contentType: "application/json", url: 'http://localhost:16329/Hello', data: { name: 'norm' }, dataType: 'json' }); in Fiddler kann ich folgende rohe Anfrage sehen POST http://localhost:16329/Hello HTTP/1.1 Host: localhost:16329 User-Agent:...