Page 1 of 1

JADE REST WebService (Apache)

Posted: Mon Dec 02, 2024 9:47 am
by concord
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?