Subversion Repositories SmartDukaan

Rev

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

Rev 12795 Rev 13853
Line 596... Line 596...
596
 
596
 
597
		}
597
		}
598
	}
598
	}
599
 
599
 
600
	public static void handleLogin() throws ClientProtocolException, IOException{
600
	public static void handleLogin() throws ClientProtocolException, IOException{
601
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/keymaker/login");
601
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/login?service=http%3A%2F%2Fseller.snapdeal.com%2Fj_spring_cas_security_check");
602
		HttpResponse response = null;
602
		HttpResponse response = null;
603
		try {
603
		try {
604
			response = client.execute(get);
604
			response = client.execute(get);
605
		} catch (ClientProtocolException e) {
605
		} catch (ClientProtocolException e) {
606
 
606