The network connection was lost - Error Domain=kCFErrorDomainCFNetwork Code=-1005 - in GET response
问题 I get this error just in GET request. At the server side, we have Apache HTTP Server that manages requests and responses to Tomcat. There are two clients Android and iOS. Everything in Android app works fine. On the other side, in iOS app all of the POST responses are OK, the problem is just with GET responses. I tracked the requests, all of them are received on the server side app and regarding the logs, the server sends the response to the client but the client didn't get any response. None