I've got a B4J server set up and receiving bytes behind an API. The user must be authenticated (an auth token in the header) in order to be able to upload his files. This is working smoothly. The data is received and put in the remote secure database.
How do I then allow that data to be downloaded back to the client? What is the server-side code I need for the B4J server to send that file? I've done a search and didn't find anything about allowing a download from an authentication-required API.
How do I then allow that data to be downloaded back to the client? What is the server-side code I need for the B4J server to send that file? I've done a search and didn't find anything about allowing a download from an authentication-required API.