Enable the users to set the HTTP headers and cookies.
Hashtable<String, String> oHeaders = new Hashtable<String, String>(); Hashtable<String, String> oCookies = new Hashtable<String, String>(); oHeaders.put("Authorization", "Basic c3liYXNlMTAxOnN5YmFzZTEyMw=="); oCookies.put("Cookie", "gkRrDBtZ"); ODPUserManager.setHTTPHeaders(oHeaders, oCookies);