I have a .Net Core Web API that is returning a 415 Unsupported Media Error when I try to post some data to it that includes some json. Here\'s part of what is returned in t
I had the same problem. FormDataCollection has no default constructors which is required by Formatters. Use IFormCollection instead