Hello everyone,
I'm trying to call a external webservice using the XSJS in HANA, but this webservice requires a authentication in somewhere else, so whenever I do a call on it, it returns me with 302 status.
How can I do redirection so that I am able to request data from webservice -> go to authentication -> receive reply from webservice?