cancel
Showing results for 
Search instead for 
Did you mean: 

PEXA Rest API Call using Utility HTTP VBO

SumitKewalraman
Level 3

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 - 

36035.png
Here's the parameters passed to BP VBO, please let me know if my approach is correct or need to pass the body parameters like postman in BP as well.
36036.png
Thanks
Sumit
1 REPLY 1

ewilson
Staff
Staff

@SumitKewalraman,

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