Postman can't reach localhost

后端 未结 19 1937
Happy的楠姐
Happy的楠姐 2020-12-23 16:34

I am in a corporate env so I have to use a proxy to reach servers. This works well in postman and in browsers. What I can\'t reach is localhost in postman but I can reach lo

19条回答
  •  自闭症患者
    2020-12-23 17:01

    I was having similar issue with HTTP calls to local ASP.NET Core Web API apps. Changing the proxy settings didn't fix it for me.

    Finally fixed it by turning off File > Settings > General > SSL Certificate Verification

    Hope that helps someone out there.

提交回复
热议问题