ASP.NET Core Web API is working in Swagger, but not working in Postman, ASP.NET Core MVC, and Angular project
I am working on an ASP.NET Core Web API with EF code-first to be consumed by different applications or interfaces. My issue is when I run my project I can able to debug and execute my APIs but when I run it on Postman I am not able to run it and get 400 bad request error The request cannot be fulfilled due to bad syntax, but syntax is same.
ASP.NET Core Web API is working in Swagger, but not working in Postman, ASP.NET Core MVC, and Angular project
I am working on an ASP.NET Core Web API with EF code-first to be consumed by different applications or interfaces. My issue is when I run my project I can able to debug and execute my APIs but when I run it on Postman I am not able to run it and get 400 bad request error The request cannot be fulfilled due to bad syntax, but syntax is same.
ASP.NET Core Web API is working in Swagger, but not working in Postman, ASP.NET Core MVC, and Angular project
I am working on an ASP.NET Core Web API with EF code-first to be consumed by different applications or interfaces. My issue is when I run my project I can able to debug and execute my APIs but when I run it on Postman I am not able to run it and get 400 bad request error The request cannot be fulfilled due to bad syntax, but syntax is same.