Anyone have experience with JADE RESTServices on Apache rather than IIS?
I've used Jade SOAP/WSDL WebServices extensively for years, looking to migrate some of these to REST.
I'm struggling with a few key aspects.
1) fetchJWT() is not retrieving the token from a basic Authorization: Bearer HTTP header.
2) How do I access the raw post data from a call to the REST service?
3) How do I markup my own json response?