.NET 8 RestApi Request ContentType becomes null
When I add ContentType header to request it becomes null instead of application/json. I can see it in the debugger. Here is the code
.NET 8 RestApi Request ContentType becomes null
When I add ContentType header to request it becomes null instead of application/json. I can see it in the debugger. Here is the code