Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postman Desktop (Windows) does not work (proxy?) #3709

Closed
Fuerte1 opened this issue Nov 1, 2017 · 7 comments
Closed

Postman Desktop (Windows) does not work (proxy?) #3709

Fuerte1 opened this issue Nov 1, 2017 · 7 comments
Assignees
Labels

Comments

@Fuerte1
Copy link

Fuerte1 commented Nov 1, 2017

App Details:

Postman for Windows
Version 5.3.2
win32 10.0.14393 / x64

Issue Report:

  1. Did you encounter this recently, or has this bug always been there:
    First time I used Desktop version, and it has never worked.
  2. Expected behaviour:
    It should connect to server.
  3. Console logs (http://blog.getpostman.com/2014/01/27/enabling-chrome-developer-tools-inside-postman/ for the Chrome App, View->Toggle Dev Tools for the Mac app):
  4. Screenshots (if applicable)

I go to local .NET SOAP service:
http://localhost:56862/Service.asmx
Everything works in Chrome Postman, but Desktop Postman can't connect:

Could not get any response
There was an error connecting to http://localhost:56862/Service.asmx.
Why this might have happened:
The server couldn't send a response:
Ensure that the backend is working properly
Self-signed SSL certificates are being blocked:
Fix this by turning off 'SSL certificate verification' in Settings > General
Proxy configured incorrectly
Ensure that proxy is configured correctly in Settings > Proxy
Request timeout:
Change request timeout in Settings > General

I have tried all proxy configuration combinations.
We are using automatic proxy configuration script:
http://proxy:8083/

@Fuerte1
Copy link
Author

Fuerte1 commented Nov 1, 2017

Postman console shows this:

Error: Invalid protocol: proxy:

@mbrasier
Copy link

mbrasier commented Nov 1, 2017

Postman doesnt seem to support NTLM proxies in the desktop app - this is a major limitation as it makes it unusable in corporate environments. Not sure why they decided to discontinue the chrome app without making sure this works.

See also #3692

@Jummartinezro
Copy link

Same issue over my corporate network, even if I properly configured the proxy Postman for Chrome works as expected but new Postman doesn't

@harryi3t
Copy link

harryi3t commented Nov 6, 2017

@Fuerte1 @Jummartinezro Does your proxy needs authentication?
If yes, then I am afraid this is not yet supported. There is a separate thread #3566

@mbrasier
Copy link

mbrasier commented Nov 6, 2017

@harryi3t It isn't as simple as proxies requiring authentication its about NTLM as an authentication mechanism for proxies. This is absolutely a requirement for any use of postman in a corporate environment. It is supported in chrome, but not in the desktop app, making the desktop app unusable.

@Fuerte1
Copy link
Author

Fuerte1 commented Nov 7, 2017 via email

@harryi3t
Copy link

harryi3t commented Nov 7, 2017

@Fuerte1 As I was expecting, your proxy requires authentication.

In Postman Chrome, Chrome is providing a lot of functionalities out of the box including transparently authorizing the proxy. And among other things, this is one the functionality that we need to add to the native apps and we are working on it.

This is not exclusive to windows native app and I mentioned earlier, there is a separate thread #3566

Closing this issue. Please follow the other thread for updates about the proxy authentication feature.

Update

The above-mentioned issue is about adding support for authentication for a proxy. There is another issue which is specific to adding support for NTLM authentication for a proxy.
You might want to follow this issue instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants