| Line 140... |
Line 140... |
| 140 |
nameValuePairs.add(new BasicNameValuePair("username",
|
140 |
nameValuePairs.add(new BasicNameValuePair("username",
|
| 141 |
"saholic-snapdeal@saholic.com"));
|
141 |
"saholic-snapdeal@saholic.com"));
|
| 142 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
142 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
| 143 |
//"sonline"));
|
143 |
//"sonline"));
|
| 144 |
nameValuePairs.add(new BasicNameValuePair("password",
|
144 |
nameValuePairs.add(new BasicNameValuePair("password",
|
| 145 |
"snapsaholic"));
|
145 |
"saholic15"));
|
| 146 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
146 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
| 147 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
147 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
| 148 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
148 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
| 149 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
149 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
| 150 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|
150 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|