Re: How to find realm of an Authentication Challenge
Re: How to find realm of an Authentication Challenge
- Subject: Re: How to find realm of an Authentication Challenge
- From: Jim Luther <email@hidden>
- Date: Fri, 7 Sep 2007 09:25:53 -0700
Jerry,
The realm is a property of the NSURLProtectionSpace which you can get
from the NSURLAuthenticationChallenge. Just use
NSURLAuthenticationChallenge's protectionSpace method and then
NSURLProtectionSpace's realm method.
- Jim
On Sep 6, 2007, at 7:09 PM, Jerry Krinock wrote:
An https authentication request from a web server includes a "realm"
value.
I'd like to access that value in my web client application, but
can't find any way to get it. Naturally, it seems that this would
be a property of an NSURLAuthenticationChallenge, but it is not.
Does anyone know how to get the "realm" of an authentication request?
Thanks,
Jerry Krinock
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden