On Sat, 2010-04-10 at 16:32 -0700, x8nnn wrote:
> Hello Everybody,
> 
> Recently I inherited a application built on top of httpclient ( written with
> httpclient 3)  that communicate with server using ssl client auth. 
> 
> Now we want to add a feature to add a Authorization header having custom
> scheme and value. ie.
> Authorization: Custom customValue= <Some string>
> 
> 
>  I am not sure what exactly we need to do from httpclient perspective. Any
> help will be highly appreciated.
> 
> I did try to  creatte customCredential and AuthScheme.  But unfortunately it
> does not create any authorization header. I have set preemptive
> Authentication
> 

HttpClient 3.1 can authenticate preemptively only using BASIC auth
scheme.

Oleg 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to