Welcome to community
Would it be possible for you to send across the screenshot once you open the Postman console after running the request? The third icon on the bottom left of the footer is the Postman console icon to be clicked.
@Sorr48 This appears to be an issue with proxy settings (Settings > Proxy). I believe both System and Global proxy settings are toggled on. Can you try disabling the Global proxy configuration and check if you are able to make API call?
@Sorr48 The error access to the URL resource requires the prior use of a proxy server that needs some authentication which has not been provided. This typically means you must log in (enter user ID and password) with the proxy server first. Can you check if user variable are set for proxy in Environment variables? To check this, follow these steps: Open Advanced system settings > Navigate to Environment Variables.
If any of the user variable is set for proxy, delete them and see if that helps.
@Sorr48 Apologies for not being clear there, you can find these settings in your Windows system. This document here has screenshots that will guide you to Environment variables. Once you have navigated to Environment variables do not proceed with the doc, just see if any of the user variables is set for proxy, delete it and try running the request in Postman.
It looks like you are using the older version of the application. Can you update to the latest version (v.8.x)? Once done, try setting āRequest Timeoutā to 0 - which equals infinity and see if that helps.
Hi @sarika.bondade, Seeing the error it seems your request is timedout. Can you please check postman settings for the request timeout value configured?