On Thu, 2014-05-22 at 13:25 +0530, Usha Subramanian wrote:
> ({"ErrorCode":"UnsupportedAuthorizationScheme","ErrorMessage":"Only
> 'Bearer' scheme is supported for Authorization header."})*what is the name of the web service you are trying to connect? is it public web service (like google-drive-api or wordpress-rest-api etc) or private? is your client already authorized? If you know your client's access-key, you can try accessing that web-service using curl like below, $ curl -H 'Authorization: Bearer <access-key>' https://<host>/path/to/service Thanks, Mohan R _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
