You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi,
I created a REST service consisting out of a tRestRequest and that works fine. However now I want to add HTTP authentication (BASIC) to it (http://en.wikipedia.org/wiki/Basic_acce … entication ).
But I cannot specify authentication or something like http header values to the tRestRequest component?
Who knows how to solve this?
Offline
Hi,
I just moved your topic to the ESB forum, a better sub forum for your thread.
Best,
Pcoffre.
Offline
Hi,
requests are authenticated against Karaf's JAAS realm (by default it is a file based realm authentication, see a file etc/users.properties). Note that by default all authenticated request are authorized.
Have fun
Gabriel
Offline
Pages: 1