| Line 169... |
Line 169... |
| 169 |
nameValuePairs.add(new BasicNameValuePair("username",
|
169 |
nameValuePairs.add(new BasicNameValuePair("username",
|
| 170 |
"saholic-snapdeal@saholic.com"));
|
170 |
"saholic-snapdeal@saholic.com"));
|
| 171 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
171 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
| 172 |
//"sonline"));
|
172 |
//"sonline"));
|
| 173 |
nameValuePairs.add(new BasicNameValuePair("password",
|
173 |
nameValuePairs.add(new BasicNameValuePair("password",
|
| 174 |
"snapsaholic"));
|
174 |
"saholic15"));
|
| 175 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
175 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
| 176 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
176 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
| 177 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
177 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
| 178 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
178 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
| 179 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|
179 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|