On Thu, May 22, 2014 at 1:25 PM, Usha Subramanian <[email protected]> wrote: > *Dear ALL, Anyone have come accross the following error, your comments > would be of great help, plz suggest on this,OAuth2::Error > ({"ErrorCode":"UnsupportedAuthorizationScheme","ErrorMessage":"Only > 'Bearer' scheme is supported for Authorization header."})* >
I hope you read the error message, it is telling you exactly which method is supported i.e."Only Bearer Scheme ..." Did you change the method after reading the error message **or** you still using some other method. I don't know much about OAuth but it appears there is a mismatch between the client and the server. You have two options (a) fix the client to use the Bearer scheme or (b) configure the server to support whatever scheme the client is using. IMO, it boils down to what is your requirement? > *Any help is greatlly appreciated* In order to get help, you must describe the scenario of your test case. What are the tools, their version no., the OS platform on which this test case is executed. -- Arun Khan _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
