Re: Proxy Server Authentication
Re: Proxy Server Authentication
- Subject: Re: Proxy Server Authentication
- From: Jeremy Wyld <email@hidden>
- Date: Fri, 7 May 2004 09:21:18 -0700
On May 7, 2004, at 4:24 AM, Quinn wrote:
I believe that you still can do it in CFNetwork by trapping the errors
and showing your own UI. I believe that's what the Foundation URL
Loading System does. It's just a little more work.
Yes, you would deal with this the same way as a 401, but you'll be
getting a 407 instead. If you're supporting 401 errors, you're
basically there. The difference is that when you apply the credentials
to the http message or when you call CFHTTPMessageAddAuthentication,
you'll need to specify that it's proxy authentication.
jeremy
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.