restasp.net-web-apipostman

Postman can't seem to find my backend API and I can't find out why


I've written a backend API in .net and I would like to test my methods but when I open postman and try my different methods, it never works:

Could not get any response

There was an error connecting to xxx/api/videos

The strange thing is that if I click the embedded link, it takes me to the right page of my api and shows me the json that I expect (now I use this url as an example, I want to test a post method and I con't view this one in the browser). If any of you know what to do, let me know.


Solution

  • Postman Setting

    click here in settings, one pop up window will get open. There we have switcher to make SSL verification certificate. Switch to (Off).