i-e-b / Huygens

Cut down Cassini server for internally hosting IIS sites
Other
3 stars 1 forks source link

Posted data is null #5

Closed Pavel-Teplitsky closed 5 years ago

Pavel-Teplitsky commented 5 years ago

Hi, You have closed the issue so I open a new one. First of all thank you fro your responce. Yes I did it in the same way as you decribbed in the responce http://prntscr.com/lvygj9 but in the called action post data is null http://prntscr.com/lvyhqs

i-e-b commented 5 years ago

There are a comprehensive set of tests around body data, and existing software successfully using it. It seems most likely the error is in your use of .Net MVC. It looks like you are missing a [FromBody] attribute.

Please ensure you have carefully diagnosed errors before opening new issues.