I am developing an android app which uses REST api to talk to Domino server. I used basic authentication for the first call (login) and for subsequent calls I used the DomAuthSessID, which I pulled from response header after successful login.I am developing an android app which uses REST