I created a Appery Rest Server Code to receive the Integration Requests.
The server code is working and has been imported as a service into the Application ans setup to use Appery.io Proxy.
I want to use a Key that each client will sent in the request and check it with the database.
I understand that Basic Authentication would be the solution.
How this work with Appery rest service? Using the Proxy and Sending the Authorization Header value ( Basic in the request does not seem to work. ( the service works with and without the Basic Authentication.
Is this the way of doing this ?