Postman can't reach localhost

后端 未结 19 1949
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条回答
  •  梦毁少年i
    2020-12-23 17:03

    The problem mentioned as an issue here. You should just write a simple batch file like this:

    set HTTP_PROXY=
    set http_proxy=
    set HTTPS_PROXY=
    set https_proxy=
    START %LOCALAPPDATA%\Postman\Update.exe --processStart "Postman.exe"
    

    open a simple text file, save this as a ".bat" file, and just run it!

提交回复
热议问题