Hi everyone i'm ceating a webbot to submit a form automatically. but after login it recognize that i jump from login page and insted of .../member.php goes to localhost/member.php. i modified referer and check it with firefox liveHttp(it works probably) and cookies too but couldn't solve the problem. i want to know except referer how can recognize the base page(you come from it). thank you in advance
Referrer can be disabled by anyone. The only way I can think of would be to generate a code on the login page and then pass that code (through URL variables) to the member.php page and then expire the code so that they can't just bypass in the future. Whatever your purpose is, however, you probably should evaluate whether that is the proper method for a successful site. Good luck.