authMethodName* = formBasedAuthentication
authMethodConfigParams =loginUrl=http://demo.testfire.net/login.jsp&loginRequestData=uid={%username%}&passw=admin&btnSubmit=Login
Verify in context. It is displayed as null for login request post data.
My authMethodConfigParams:
There might be something i missed to set login request post data, username parameter and password parameter.
Also, I set logged out indicator but no luck.
There is also similar question, https://groups.google.com/forum/#!searchin/zaproxy-users/authMethodConfigParams|sort:date/zaproxy-users/35Oeg6U1v1s/45v8n0N4AQAJ
authMethodName* = formBasedAuthentication
authMethodConfigParams =loginUrl=http://demo.testfire.net/login.jsp&loginRequestData=uid={%username%}&passw=admin&btnSubmit=Login
Hope that this is the enough information to understand. Thanks in advance for assist !
Thanks,