We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use these php-rest-sql with AFNetworking in iOS. Please help me to solve this . When i am trying to connect server getting following error
2014-11-28 14:49:11.104 AFNetworkingTwo[2235:69667] Error: Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: not found (404)" UserInfo=0x7af6bf30 {com.alamofire.serialization.response.error.response=<NSHTTPURLResponse: 0x7af7a3b0> { URL: http://test.ile-china.com/api/mdl_content_module/?PHP_AUTH_PW=&PHP_AUTH_USER=root } { status code: 404, headers { Connection = close; "Content-Length" = 0; "Content-Type" = "text/html"; Date = "Fri, 28 Nov 2014 09:19:04 GMT"; Server = "Apache/2.2.17 (Win32) PHP/5.3.5"; "X-Powered-By" = "PHP/5.3.5"; } }, NSErrorFailingURLKey=http://test.ile-china.com/api/mdl_content_module/?PHP_AUTH_PW=&PHP_AUTH_USER=root, NSLocalizedDescription=Request failed: not found (404), com.alamofire.serialization.response.error.data=<>}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to use these php-rest-sql with AFNetworking in iOS. Please help me to solve this . When i am trying to connect server getting following error
2014-11-28 14:49:11.104 AFNetworkingTwo[2235:69667] Error: Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: not found (404)" UserInfo=0x7af6bf30 {com.alamofire.serialization.response.error.response=<NSHTTPURLResponse: 0x7af7a3b0> { URL: http://test.ile-china.com/api/mdl_content_module/?PHP_AUTH_PW=&PHP_AUTH_USER=root } { status code: 404, headers {
Connection = close;
"Content-Length" = 0;
"Content-Type" = "text/html";
Date = "Fri, 28 Nov 2014 09:19:04 GMT";
Server = "Apache/2.2.17 (Win32) PHP/5.3.5";
"X-Powered-By" = "PHP/5.3.5";
} }, NSErrorFailingURLKey=http://test.ile-china.com/api/mdl_content_module/?PHP_AUTH_PW=&PHP_AUTH_USER=root, NSLocalizedDescription=Request failed: not found (404), com.alamofire.serialization.response.error.data=<>}
The text was updated successfully, but these errors were encountered: