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

no problem, it can be a bit difficult but I like its flexibility in
the long run :)

jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Tue, Sep 28, 2010 at 08:55, Bruno.Konik <bruno.konik@xxxxxxxxxxx> wrote:
> I see, thanks again.
> Cheers,
>
> bruno
>
>> -----Message d'origine-----
>> De : jetty-users-bounces@xxxxxxxxxxx [mailto:jetty-users-bounces@xxxxxxxxxxx]
>> De la part de Jesse McConnell
>> Envoyé : mardi 28 septembre 2010 15:49
>> À : JETTY user mailing list
>> Objet : Re: [jetty-users] Using Jetty http client with basic authentication
>>
>> typically something like a username
>>
>> cheers,
>> jesse
>>
>> --
>> jesse mcconnell
>> jesse.mcconnell@xxxxxxxxx
>>
>>
>>
>> On Tue, Sep 28, 2010 at 08:42, Bruno.Konik <bruno.konik@xxxxxxxxxxx> wrote:
>> > Jesse,
>> >
>> > Maybe a little help from you again: what is the Principal in the Realm
>> class?
>> >
>> > Bruno
>> >
>> >> -----Message d'origine-----
>> >> De : jetty-users-bounces@xxxxxxxxxxx [mailto:jetty-users-
>> bounces@xxxxxxxxxxx]
>> >> De la part de Jesse McConnell
>> >> Envoyé : mardi 28 septembre 2010 15:36
>> >> À : JETTY user mailing list
>> >> Objet : Re: [jetty-users] Using Jetty http client with basic
>> authentication
>> >>
>> >> good deal!
>> >>
>> >> cheers,
>> >> jesse
>> >>
>> >> --
>> >> jesse mcconnell
>> >> jesse.mcconnell@xxxxxxxxx
>> >>
>> >>
>> >>
>> >> On Tue, Sep 28, 2010 at 08:27, Bruno.Konik <bruno.konik@xxxxxxxxxxx>
>> wrote:
>> >> > Sorry Jesse, I have found them. I thank you much.
>> >> > Cheers,
>> >> > Bruno
>> >> >
>> >> >> -----Message d'origine-----
>> >> >> De : jetty-users-bounces@xxxxxxxxxxx
>> >> > [mailto:jetty-users-bounces@xxxxxxxxxxx]
>> >> >> De la part de Jesse McConnell
>> >> >> Envoyé : mardi 28 septembre 2010 15:02
>> >> >> À : JETTY user mailing list
>> >> >> Objet : 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
>> >> >> >
>> >> >> _______________________________________________
>> >> >> jetty-users mailing list
>> >> >> jetty-users@xxxxxxxxxxx
>> >> >> https://dev.eclipse.org/mailman/listinfo/jetty-users
>> >> >>
>> >> >>
>> >> > ------------------------------------------------------------------------
>> ---
>> >> -
>> >> > -
>> >> >> ----------
>> >> >> Orange vous informe que cet  e-mail a ete controle par l'anti-virus
>> mail.
>> >> >> Aucun virus connu a ce jour par nos services n'a ete detecte.
>> >> >
>> >> >
>> >> > _______________________________________________
>> >> > jetty-users mailing list
>> >> > jetty-users@xxxxxxxxxxx
>> >> > https://dev.eclipse.org/mailman/listinfo/jetty-users
>> >> >
>> >> _______________________________________________
>> >> jetty-users mailing list
>> >> jetty-users@xxxxxxxxxxx
>> >> https://dev.eclipse.org/mailman/listinfo/jetty-users
>> >
>> >
>> >
>> > _______________________________________________
>> > jetty-users mailing list
>> > jetty-users@xxxxxxxxxxx
>> > https://dev.eclipse.org/mailman/listinfo/jetty-users
>> >
>> _______________________________________________
>> jetty-users mailing list
>> jetty-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top