I have a REST service deployed on a server and would like to expose it (proxy it) through WSO2 ESB and use the ESB security to secure the access to the service (probably HTTP BASIC authentication that looks by username and password in the ESB user database). I cannot find a good documentation describing how to do it. Could this be done using WSO2 ESB and how?
Share
You can refer this blog post for creating proxy for REST service.To secure the service there are articles on how to secure services. this is one such.
I am adding a new link for securing REST services.