Skip to content

Instantly share code, notes, and snippets.

@vdichev
Created August 10, 2010 21:48
Show Gist options
  • Save vdichev/518088 to your computer and use it in GitHub Desktop.
Save vdichev/518088 to your computer and use it in GitHub Desktop.
override def theHttpClient = {
val theClient = buildBasicAuthClient(userName, password)
theClient.getParams.setAuthenticationPreemptive(true)
theClient
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment