Advertisement
Guest User

Untitled

a guest
Apr 25th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. https://example.com/action/login?__elgg_token=905adbf0c0111fef78a8344c38c8f2a8&__elgg_ts=1461577445&username=foo&password=bar
  2.  
  3. action="https://example.com/action/login" method="post" >
  4.  
  5. <input type="hidden" name="__elgg_token" value="905adbf0c0111fef78a8344c38c8f2a8" />
  6.  
  7. <input type="hidden" name="__elgg_ts" value="1461577445" />
  8.  
  9. <input type="text" name="username" value="" class="form-control login-textarea form-control" />
  10.  
  11. <input type="password" name="password" value="" class="form-control login-textarea" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement