I\'m hitting an API that will occasionally throw a HTTP 403 error, and the response body can give some extra information in the form of json, however for the life of me I ca
Swift 5 to get body response easily in DefaultDataResponse extension :
String(data: data!, encoding: String.Encoding.utf8)