| Line 157... |
Line 157... |
| 157 |
nameValuePairs.add(new BasicNameValuePair("username",
|
157 |
nameValuePairs.add(new BasicNameValuePair("username",
|
| 158 |
"saholic-snapdeal@saholic.com"));
|
158 |
"saholic-snapdeal@saholic.com"));
|
| 159 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
159 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
| 160 |
//"sonline"));
|
160 |
//"sonline"));
|
| 161 |
nameValuePairs.add(new BasicNameValuePair("password",
|
161 |
nameValuePairs.add(new BasicNameValuePair("password",
|
| 162 |
"snapsaholic"));
|
162 |
"saholic15"));
|
| 163 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
163 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
| 164 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
164 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
| 165 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
165 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
| 166 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
166 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
| 167 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|
167 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|