Basic Authentication in iOS
Revision as of 21:31, 16 October 2021 by PeterHarding (talk | contribs) (Created page with "=Objective-C= * http://www.chrisumbel.com/article/basic_authentication_iphone_cocoa_touch (Bit dated - 2010 - Objective-C rather than Swift; well written up and includes code...")
Objective-C
- http://www.chrisumbel.com/article/basic_authentication_iphone_cocoa_touch (Bit dated - 2010 - Objective-C rather than Swift; well written up and includes code for Base64 encoding)
- http://stackoverflow.com/questions/1973325/nsurlconnection-and-basic-http-authentication-in-ios
Swift
...