nsurlcredential Questions
6
Solved
Experiencing an issue when authenticating with Basic Auth. I am using a standard enum that conforms to URLRequestConvertible protocol to construct my requests. The issue is that when I manually set...
Lai asked 18/2, 2016 at 22:57
6
i've been searching stackoverflow, google, apple and other places. The tips provided look promising, i implemented them but alltogether don't seem to work or get enforced.
Problem: I have an NSUR...
Rembrandt asked 19/9, 2011 at 12:45
3
I need to parse a xml file from a password protected URL I tried the following
NSURLCredential *credential = [NSURLCredential credentialWithUser:@"admin" password:@"123456" persistence:NSURLCreden...
Frecklefaced asked 23/7, 2012 at 6:5
2
Solved
I am using NSURLCredentials in this method:
-(void)UserLogin:(NSString *)user andPassWordExists:(NSString *)password completionHandler:(void (^)(NSArray *resultsObject, NSError *error))completionH...
Corbie asked 9/4, 2015 at 19:21
1
Solved
I have 3 methods, UserLogin, Login and LogoutButtonPressed:
UserLogin: I am using AFNetworking to connect to a Windows Authenticated URL using NSURLCredential:
-(void)UserLogin:(NSString *)user a...
Fine asked 10/4, 2015 at 19:0
1
I login to my server using a SOAP web service. Once logged in, many of the files that I am viewing are only available to the logged in user, so iOS must create a session in NSURL or something.
Whe...
Devoirs asked 20/3, 2012 at 16:18
3
Solved
What i am doing here is, fetching a URL which has authentication. Hence, i use the function
- (void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticatio...
Heidt asked 31/8, 2011 at 12:19
0
Morning
I've been working on creating a iOS application that uses stored credentials in NSURLCredentialStorage for a specific protectionspace. I've now gotten to the point where I'm using proposed...
Face asked 20/7, 2012 at 11:45
1
team,
I have .net based REST service configured with 2-way SSL. In my iphone side, i have installed the server certificate in the device profiles and client certificate is bundled as application r...
Rushton asked 30/12, 2011 at 8:48
1
Solved
From what I see in the documentation of MPMoviewPlayerController, NSURLCredentialStorage can be set up as an alternative of NSURLConnection authentication challenges (this is useful for higher leve...
Orthography asked 12/11, 2010 at 12:59
1
Solved
Morning Everyone,
I've been attempting to write an application that does some GETs from a remote Web Service that requires authentication. My main problem is that the majority of these remote serv...
Counterspy asked 1/6, 2010 at 12:16
1
© 2022 - 2024 — McMap. All rights reserved.