Subversion Repositories SmartDukaan

Rev

Rev 10974 | Rev 12792 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10974 Rev 11266
Line 688... Line 688...
688
		nameValuePairs.add(new BasicNameValuePair("username",
688
		nameValuePairs.add(new BasicNameValuePair("username",
689
		"saholic-snapdeal@saholic.com"));
689
		"saholic-snapdeal@saholic.com"));
690
		//nameValuePairs.add(new BasicNameValuePair("password",
690
		//nameValuePairs.add(new BasicNameValuePair("password",
691
		//"sonline"));
691
		//"sonline"));
692
		nameValuePairs.add(new BasicNameValuePair("password",
692
		nameValuePairs.add(new BasicNameValuePair("password",
693
		"bc452ce4"));
693
		"snapsaholic"));
694
		nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
694
		nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
695
		nameValuePairs.add(new BasicNameValuePair("execution",ex));
695
		nameValuePairs.add(new BasicNameValuePair("execution",ex));
696
		nameValuePairs.add(new BasicNameValuePair("lt",lt));
696
		nameValuePairs.add(new BasicNameValuePair("lt",lt));
697
		nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
697
		nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
698
		post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
698
		post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));