| Line 199... |
Line 199... |
| 199 |
nameValuePairs.add(new BasicNameValuePair("username",
|
199 |
nameValuePairs.add(new BasicNameValuePair("username",
|
| 200 |
"saholic-snapdeal@saholic.com"));
|
200 |
"saholic-snapdeal@saholic.com"));
|
| 201 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
201 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
| 202 |
//"sonline"));
|
202 |
//"sonline"));
|
| 203 |
nameValuePairs.add(new BasicNameValuePair("password",
|
203 |
nameValuePairs.add(new BasicNameValuePair("password",
|
| 204 |
"bc452ce4"));
|
204 |
"snapsaholic"));
|
| 205 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
205 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
| 206 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
206 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
| 207 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
207 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
| 208 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
208 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
| 209 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|
209 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|