| Line 103... |
Line 103... |
| 103 |
nameValuePairs.add(new BasicNameValuePair("username",
|
103 |
nameValuePairs.add(new BasicNameValuePair("username",
|
| 104 |
"saholic-snapdeal@saholic.com"));
|
104 |
"saholic-snapdeal@saholic.com"));
|
| 105 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
105 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
| 106 |
//"sonline"));
|
106 |
//"sonline"));
|
| 107 |
nameValuePairs.add(new BasicNameValuePair("password",
|
107 |
nameValuePairs.add(new BasicNameValuePair("password",
|
| 108 |
"bc452ce4"));
|
108 |
"snapsaholic"));
|
| 109 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
109 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
| 110 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
110 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
| 111 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
111 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
| 112 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
112 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
| 113 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|
113 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|