post - Autofilling form field using URL -
i have been trying past 4 hours , cannot succeed.
i have been trying autofill account pin # in http://bluffmycall.com/
but not taking it, have tried using
http://bluffmycall.com/?pin=1111 http://bluffmycall.com/login/?has_errors=invalid&next=/account/&pin=1111
i tried
wget http://bluffmycall.com --post-data="pin=1111" wget http://bluffmycall.com/login/?has_errors=invalid&next=/account/ --post-data="pin=1111" wget http://bluffmycall.com/login/?has_errors=invalid&next=/account/ --post-data="id_pin=1111"
it of no use, tried curl.
i need way have url can prepopulate field account pin #. appreciated
thanks.
you have send pin action
url of form:
wget http://bluffmycall.com/login/bypass/ --post-data="pin=1111"
by won't anything. logging in creates session, , need cookie identifies session. subsequent wget
calls need send session cookie.
Comments
Post a Comment