Dear Experts,
Can someone provide a proper understanding of how login page works in ClearPass guest? what exactly happens when user submits the form?
What i have seen and observed (using chrome and burp) that first submission is to the page itself with below command
no_login=&user=111&password=111 and then IF the username and Password is CORRECT, then it post the same form to controller. So if user enters incorrect username/password or nonexistent username, then i can see the error on the form itself (it is not posted to controller). If i am writing a custom login form, how can i achieve this functionality to make sure that it first checks with clearpass and if username/password is correct then only send to controller.
Currently i tried to post to the page itself and tried to catch the error but its not working as expected.
Can anyone walkthrough me how this should be done?
------------------------------
iqbal
------------------------------