RESTful Web Service Authentication
I'm working with Apex 4.2 and the Apex Listener 2.0 (deployed to a WebLogic server).
The docs mention OAuth2 but the client requires basic http authentication for the service.
Either way, I can't seem to find documentation on how to go about configuring any sort of authentication for a RESTful web service. Do I need to roll my own or is this something to leave to middleware like Weblogic?
Any help or pointers would be greatly appreciated.
Greg