Hi! i’m trying to use the PM VScode extension
When i try to Sign In from vscode postman extension button :
Could not login: Network error (Request failed with status code 501)
Any ideas ?
Thanks !
Hi! i’m trying to use the PM VScode extension
When i try to Sign In from vscode postman extension button :
Could not login: Network error (Request failed with status code 501)
Any ideas ?
Thanks !
Hey @thierry_ign ![]()
Welcome to the Postman Community! ![]()
Sorry to hear you’re having issues with logging into the extension ![]()
Can you confirm if you’re behind a proxy or firewall? Is the issue consistently reproducible?
Hi Danny,
I’m behind a proxy but i can see and install VScode extensions list (so i think my proxy config works.) and yes the issue is consistency repoducible.
This is my settings.json file :
"http.proxySupport": "on",
"redhat.telemetry.enabled": true,
"[python]": {
"editor.formatOnType": true
},
"explorer.confirmDragAndDrop": false,
"tabnine.experimentalAutoImports": true,
"application.shellEnvironmentResolutionTimeout": 20,
"http.proxyAuthorization": null,
"workbench.settings.applyToAllProfiles": [
"postman.telemetry.enabled"
],
"http.proxy": "http://proxy.myproxy.fr:XXXX",
"http.proxyStrictSSL": false
Hey @thierry_ign
Can I ask you to raise a new Issue on our Public Tracker, please?
This will get this in front of the development team so that they can provide more specific help here. ![]()
This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.