Difference between revisions of "Basic Authentication in iOS"
Jump to navigation
Jump to search
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...") |
(No difference)
|
Latest revision as of 21:31, 16 October 2021
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
...