First time I use AFNetworking in a project. I am facing such a problem. I test the service in postman and it returns success but when I send request over XCode with the same parameters then I get such an error
Error Domain=AFNetworkingErrorDomain Code=-1011 "Request failed: internal server error (500)
What could be reason for that?
Error Domain=AFNetworkingErrorDomain Code=-1011 "Request failed: internal server error (500)
What could be reason for that?