I am new to Apache Wink. I wanted to know how I can access Basic Authorization header's in my wink server code. I am using FireFox REST client to access my service. While authenticating user, i need to pass username and password as Basic Authorization header.
Any idea how i can get the user data in my server side code ?