Search code examples
c#asp.net-web-apipostman

Asp.net 3.1 Web API template can't connect with Postman


I am new to .Net, I am doing a tutorial where I am creating an API with ASP.Net 3.1

In my environment, I am on a Windows machine, my browser is Chrome and I am using VS Code to edit my project and Postman to receive responses from my API

I have been trying to run my WebAPI template, create my project by typing: "dotnet new webapi -n api"

Everything was fine, when the project was created, restored, and ran, everything went well in CMD.


Solution

  • if you can use https url You try postman settings SSL certificate verification disable it.