| Line 686... |
Line 686... |
| 686 |
nameValuePairs.add(new BasicNameValuePair("username",
|
686 |
nameValuePairs.add(new BasicNameValuePair("username",
|
| 687 |
"saholic-snapdeal@saholic.com"));
|
687 |
"saholic-snapdeal@saholic.com"));
|
| 688 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
688 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
| 689 |
//"sonline"));
|
689 |
//"sonline"));
|
| 690 |
nameValuePairs.add(new BasicNameValuePair("password",
|
690 |
nameValuePairs.add(new BasicNameValuePair("password",
|
| 691 |
"snapsaholic"));
|
691 |
"saholic15"));
|
| 692 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
692 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
| 693 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
693 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
| 694 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
694 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
| 695 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
695 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
| 696 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|
696 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|