Monday, 14 May 2007
Preemptive Authentication
From a delicious-java bug 1718567:
Every api call actually does two requests (via httpclient due to http-auth). You can cut this down by prememptively authenticating.
client.getParams().setAuthenticationPreemptive(true);
Good to know!
Technorati Tags: del.icio.us delicious-java preemptive authentication
Posted by at 10:20 PM in java ... just java
