Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-12-2011, 06:39 AM   #1 (permalink)
Registered Member
 
arun's Avatar
 
Join Date: Jul 2009
Location: Chennai,India
Posts: 75
arun is on a distinguished road
Default ASIHTTPRequest

Hi

I am working with ASIHTTPRequest in this i have a login authentication through which i am giving username and password correctly for the first time through ASIHTTPRequest and again when i enter the password or username wrongly,for this also the application enters sucessfully. And the below given code i am using for ASIHTTPRequest Authentication.Can anyone guide me.

Code:
		
        request = [ASIHTTPRequest requestWithURL:url];
	self.userstr=[NSString stringWithFormat:@"%@",usertxt.text];
	self.passstr=[NSString stringWithFormat:@"%@",passtxt.text];
	[request setUsername:self.userstr];
	[request setPassword:self.passstr];
        [request setUseSessionPersistence:NO];
	[request setDelegate:self];
	[request setAllowCompressedResponse:NO];
	[request setNumberOfTimesToRetryOnTimeout:1];
        [request startSynchronous];
Thanks in Advance

Last edited by arun; 09-12-2011 at 06:57 AM.
arun is offline   Reply With Quote
Old 09-12-2011, 07:06 AM   #2 (permalink)
Reading the Documentation
 
baja_yu's Avatar
 
Join Date: Sep 2010
Location: 45.255019,19.844908
Posts: 5,414
baja_yu has a spectacular aura about
Default

Quote:
self.userstr=[NSString stringWithFormat:@"%@",usertxt.text];
self.passstr=[NSString stringWithFormat:@"%@",passtxt.text];
http://www.iphonedevsdk.com/forum/ip...s-strings.html



You mean you can login later with a wrong password? Maybe your sessions gets cached.
baja_yu is offline   Reply With Quote
Old 09-12-2011, 07:10 AM   #3 (permalink)
Registered Member
 
arun's Avatar
 
Join Date: Jul 2009
Location: Chennai,India
Posts: 75
arun is on a distinguished road
Default

What to set in cache while authenticating username and password through ASIHTTPRequest
arun is offline   Reply With Quote
Old 09-12-2011, 07:15 AM   #4 (permalink)
Registered Member
 
arun's Avatar
 
Join Date: Jul 2009
Location: Chennai,India
Posts: 75
arun is on a distinguished road
Default

Username and password modified when i change in textfield.For the first time it shows the error message correctly when i am login with wrong password,after that when i give correct username and password it gets login,but again when i give wrong password it gets login successfully
arun is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 407
10 members and 397 guests
7twenty7, apatsufas, Eclectic, eski, fiftysixty, JackReidy, teebee74, tim0504, UMAD, yuncarl28
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,672
Threads: 94,121
Posts: 402,904
Top Poster: BrianSlick (7,990)
Welcome to our newest member, yuncarl28
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 05:05 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0