Android application for EWM
3 answers
I am giving up.
I am unable to login via the Form based authentication using POST API.
Strange login API....
I added the project code on MIT App inventor here for anyone to see if they can point out the issue:
The app tries to login to https://jazz.net/sandbox01-ccm/ or https://jazz.net/sandbox01-jts/ and treats successful login if response code 302 would be received.
But every time, code 200 is received :(
Comments
If you want to see the 302 you have to switch off redirection.. See https://rsjazz.wordpress.com/2021/10/15/elm-authentication/
Also see https://rsjazz.wordpress.com/2019/05/13/using-a-rest-client-to-authenticate-to-elm-clm-applications/ for the redirect.
I have written this up recently. https://rsjazz.wordpress.com/2021/10/15/elm-authentication/