Accessing API with Postman not working.

Hi,

 

I'm using Rider 2019.3 EAP and I was developing a Web API. I run and debug the Web API through the IDE accessing the Web API in the browser has no issue.

But when I tried to access the same URL using Postman, it doesn't work the request is kept on sending and failed at the end.

 

However, when running dotnet watch run to the executable project and access it using localhost:5000 in the postman, it just works both in browser and postman.

 

Thanks.

0
1 comment

Hello Jovvy,

Could you please check if you can reproduce it in a fresh .NET Core project from a template? It seems to be some HTTPS/certificate issue.



Kind regards,

Sofia.

0

Please sign in to leave a comment.