Basic HTTP Authentication with WebServicesCore
31 Jan 2007 -
Less than 1 minute read
Todd Ditchendorf is the man I have to thank now, not only for his fantastic SOAP Client, but now for "showing me the way" in terms of using CFNetwork to handle basic HTTP authentication with SOAP webservices in Cocoa. Performing the basic HTTP authentication is still an absolute pain in the ass, but it is possible nonetheless.
Tags:
cocoa
Without further ado, take it away Todd.