Alamofire.request(.GET, \"url\").authenticate(user: \"\", password: \"\").responseJSON() { (request, response, json, error) in println(error) println(jso
In my case , my server URL was incorrect. Check your server URL !!