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
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!