I am new in IOS development and currently learning networking with Alamofire
i am trying to make a login ... whenever the credentials are correct the .php file retur
I resolve this by:
print(response.request) // original URL request print(response.response) // URL response print(response.data) // server data print(response.result) // result of response serialization
source: https://github.com/Alamofire/Alamofire/issues/818