Posts from 27 July 2020
HTTP in Swift, Part 13: Basic Authentication
HTTP requests to web apis frequently need to have some sort of credential to go with them. The simplest kind of authentication is Basic Access authentication, and in this post we’ll be adding this feature to our library.