Postman can't reach localhost

后端 未结 19 1935
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:11

    I also faced the same issue, but the trick was I implemented both the methods that were stated earlier in the stack. First I turned off the postman proxy as shown in below image.

    Click Settings -> Proxy

    And then turned off the SSL certificate verification check button.

    Click Settings -> General

    And then tried to hit my local server and finally it worked.

    0 讨论(0)
提交回复
热议问题