Hello Colleagues,
I have an XSJS service like "/xxx/scenarios/xxx/myservice.xsjs/". I am calling this service using jQuery,ajax() in my SAPUI5 based application - that requires HANA Login credentials.
Like opening any other browser with user credentials, Is it possible to pass these credentials (username and password) as parameters while calling this application and not open traditional "/sap/hana/xs/formLogin/token.xsjs" to logon dialog ?
Something like: "/xxx/scenarios/xxx/myservice.xsjs?username=SYSTEM&pass=qwerty"
Regards,
Archana