Bad Request error when calling from jquery ajax to API contrroller ASP.net Core
I'm trying to call an api from a page with button click via ajax call. Problem is that for GET & DELETE , the call is working but for POST and PUT, it says bad request format in firefox debugger.…