Tag Archives: Java

Java DefaultHttpClient with basic auth

One common task that we have to face during the development is to make an http client. Sometimes we don’t make only http request via get or post method, but we also have to authenticate request to retrive data. One type of common authentication that we can run into is Apache Basic Authentication. This authentication… Read More »