Basic Authentication in iOS
Jump to navigation
Jump to search
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
...