Guest User

Untitled

a guest
Jan 2nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <form name="login" id="form1" method="post" action="http://mylogin.net">
  2. Username: <input name="username" id="input1" type="text" /><br/>
  3. Password: <input name="password" id="input2" type="password" /><br/>
  4. <input type="submit" value="OK" />
  5. </form>
  6.  
  7. r = requests.post( loginUrl, data = {'input1':'myuser', 'input2':'mypw'} ) ?
Add Comment
Please, Sign In to add comment