Hi all,
I need to create a SSO Form POST on our SA for an internal website, which has a simple login page.
The basic parameters are quite easy to set up (POST ULR, USERNAME, PASSWORD), but unfortunately the login page contains a dynamic value (some kind of session id) and I don«t have a clue how to "get" this value.
In detail the login page contains this line
<input type='hidden' name='wert' value='1418895680'>
with the blue number being the dynamic value.
Is it possible to "read" the value in some way, so I can use it in the POST parameters?
Regards,
Marc