You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team,
i find your library very helpfull but often i have to automate some scripts also for Java Server Pages or by Spring Basic Login.
But there have a separate way:
an action attribute like action="j_security_checkl"
the entry field for username like name="j_username" and field for password like name="j_password"
i often use the mechanize package but it is better i think to implement it into your package, because i normaly use httpx library
Best regards
The text was updated successfully, but these errors were encountered:
the mechanize you say the login url search for the form and set the fields j_password and j_username by code.
after this u say submit and the formular will send the information to the action like j_security_check
after the login u can call the normal URL
Hello Team,
i find your library very helpfull but often i have to automate some scripts also for Java Server Pages or by Spring Basic Login.
But there have a separate way:
an action attribute like action="j_security_checkl"
the entry field for username like name="j_username" and field for password like name="j_password"
i often use the mechanize package but it is better i think to implement it into your package, because i normaly use httpx library
Best regards
The text was updated successfully, but these errors were encountered: