Advertisement
Guest User

Untitled

a guest
Jun 10th, 2016
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. www.google.at => www.google.at?Username=username.com&password=password&grant_type=password
  2.  
  3. HttpURLConnection conn= (HttpURLConnection) url.openConnection();
  4. conn.setRequestMethod( "POST" );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement