I'm not familiar with that issue, so can't answer specifically. Can anyone else help?
Generally, logging in to a site is done via either recording cookies, or submitting form content as a POST with parameters. You can look at the page source to see what parameters are needed.
Re: Login to form with CSRF
I'm not familiar with that issue, so can't answer specifically. Can anyone else help?
Generally, logging in to a site is done via either recording cookies, or submitting form content as a POST with parameters. You can look at the page source to see what parameters are needed.