| Line 655... |
Line 655... |
| 655 |
nameValuePairs.add(new BasicNameValuePair("username",
|
655 |
nameValuePairs.add(new BasicNameValuePair("username",
|
| 656 |
"saholic-snapdeal@saholic.com"));
|
656 |
"saholic-snapdeal@saholic.com"));
|
| 657 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
657 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
| 658 |
//"sonline"));
|
658 |
//"sonline"));
|
| 659 |
nameValuePairs.add(new BasicNameValuePair("password",
|
659 |
nameValuePairs.add(new BasicNameValuePair("password",
|
| 660 |
"bc452ce4"));
|
660 |
"snapsaholic"));
|
| 661 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
661 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
| 662 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
662 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
| 663 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
663 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
| 664 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
664 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
| 665 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|
665 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|