Secure Services
Categories
Component ID
2201999
Component name
Secure Services
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1027
Component created
Component changed
Component body
Secure Services
=============================
This module adds HTTP basic authentication to the Services module.It allow access to only those users that have permission set for this module.
you can assign administer secure_services permission for the roles who should be able to access/validate API requests.
Installation
------------
Unpack the module and place the secure_services folder in your site's
module directory (e.g. sites/all/modules).
Set permission for the role that you want to access services.
To Test:
http://user:password@example.com/endpoint/
Replace
user/password with your user credentials ...
example.com with your site url
endpoint with your services endpoint you have made.
