Did you try something like:
<http:provider principal="" credentials=""/>
?
Regards
JB
On 12/07/2010 04:39 PM, Jean-Baptiste Onofré wrote:
Hi Matias,
the "new" http endpoints doesn't support directly basic authentication.
However, as the new endpoints use Jetty client
(org.mortbay.jetty.client.HttpClient), you can set a Jetty configuration
to manage authentication.
I will try to provide a sample for that.
Regards
JB
On 12/06/2010 08:14 PM, Matias Urbieta wrote:
Hi folks, is there any way to set up a new http provider endpoint for
using basic authentication.
I have seen that it is possible using old http endpoint.
Should i issue a ticket?