Hi Heshan, We use BasicAuth as our default authentication mechanism. So please add a HTTP header called "Authorization", with user name, password in following format.
Base64Encode(username:password). This should work. By default we have an admin user. (Password is also "admin"). I am in the process of creating a registration process. You may find more information about BaicAuth headers in [1]. [1] http://en.wikipedia.org/wiki/Basic_access_authentication Thanks Amila On Fri, Nov 16, 2012 at 2:35 PM, Heshan Suriyaarachchi <heshan.suriyaarach...@gmail.com> wrote: > Hi, > > I have some html/js clients which are calling Airavata rest services. I was > using the rest services that were there in the sandbox area. Recently, the > rest services were moved to Airavata trunk. When I start using the Airavata > trunk's rest service webapp, it's having security enabled. What are the > additional headers that my client should send in the request? > > -- > Regards, > Heshan Suriyaarachchi > > http://heshans.blogspot.com/