12-02-24 08:09 AM
Hi Team,
I am trying to call Rest API using Utility HTTP VBO but getting a 407-error asking for Proxy Credentials and even after trying with proxy URL, user account credentials it is throwing the same error.
Here's the Postman authentication which is working successfully -
04-03-24 01:29 PM
The auth credentials shown in your Postman screenshot appear to OAuth2 client ID and secret. Those have nothing to do with proxy authentication. Proxy authentication is typically tied to your network firewall and it expects you to authenticate in order to give you access to the outside world. Normally, these credentials would be your network/domain credentials.
Cheers,
Eric