Fast-Android-Networking
Fast-Android-Networking copied to clipboard
provide Basic auth
that would be good provide basic auth like https://github.com/koush/ion Ion.with(this).load("GET", url).basicAuthentication(UserName, Password) for examle AndroidNetworking.get(url)..basicAuthentication(UserName, Password)...
thanks