Skip to main content
Question

Unable to make REST API GET request in A360 - Proxy authentication required. Username or password is incorrect.

  • July 14, 2023
  • 1 reply
  • 384 views

Forum|alt.badge.img

I get the error message “Proxy authentication required. Username or password is incorrect” when trying to make a REST API GET request in A360.

I’ve verified my credentials are correct as I’ve tested the request in both Postman and v11 (with the same exact URI/headers/credentials) and can can make a successful GET request, but when I try making the same exact call in A360, I get the above error.

 

URI = https://mydomain.com:port/rest/v1/administration

Headers = {authorization : authID, accept : application/json}

1 reply

Chandrasekhar 7496
Forum|alt.badge.img+5

In REST Web Services: Get method for Proxy configuration select Custom
And add the HOST , PORT , Username , Password

and select the Capture failure response in Advanced options