Is it possible to retrieve document from Report Document Archive through Web Request?
Based on console I can see there is a Web Request send to gateway endpoint.
When tried to request it I got 401 error.
Is it somewhere documented how to achieve it?
/Wiktor
Page 1 / 1
Hi Wiktor,
As the way I have understood the issue this particular authentication issue occurs due to the authentication mechanism in SSO configured Middleware Server and the solution is to add pre-emptive authentication.
If you’re using a tool like SoapUI to test this, you can add your credentials in the username & password prompts as follows.
To enable this go to preferences and enable Authenticate Preemptively in Http Settings.
Best Regards,
Asanka Francis.
Hi Asanka
I’m using dedicated integration platform, and even though i select Preemptive Authentication, i’m still getting an error 401 - Unauthorized.
Tried also with Postman, but there i can’t see option to authenticate preemptively. I have not used SoapUI as it requires Java and admin privileges to install.