Hello,
I'm trying to find a solution (example scripts) for the following problem:
On a website a user fills in some fields including a password field. After clicking on login the user will be redirected to a particular page. The password was provided by me. Example:
User A with password A has to be redirected to page http://...../19a.htm
User A with password B has to be redirected to page http://...../29b.htm
etc.
So the username is not important, the password is. Maybe I can use a text file with: password|website ????