Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Using Jetty http client with basic authentication

there are some examples with the unit tests for jetty-client that
should get you going

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Tue, Sep 28, 2010 at 02:52, Bruno.Konik <bruno.konik@xxxxxxxxxxx> wrote:
> Hello,
>
> Could someone provide a simple example showing how to use the Jetty HttpClient with a basic (username/password) authentication. I have read the tutorial http://wiki.eclipse.org/Jetty/Tutorial/HttpClient but the authentication is not explained.
>
> Thanks a lot.
>
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top