Hi,
I am trying to authenticate through ZAP and my post login request looks like this
-----------------------------52901836432436535503711607603
Content-Disposition: form-data; name="username"
hassan-rvm
-----------------------------52901836432436535503711607603
Content-Disposition: form-data; name="password"
word2pass
-----------------------------52901836432436535503711607603
Content-Disposition: form-data; name="browser_id"
null
-----------------------------52901836432436535503711607603
Content-Disposition: form-data; name="verification_code"
-----------------------------52901836432436535503711607603
Content-Disposition: form-data; name="verification_type"
-----------------------------52901836432436535503711607603--
This doesn't work with form-based authentication since the login request post data is not populated. I tried to record Zest Authentication script and used it as context but I am unable to authenticate since my logged-in indicator says 'authentication failure.
Any help in this regard is much appreciated.
Best.
Hassan.