How to provide authentication for URL provided by HttpfileUpload to upload/Download

I’m working on configuring Openfire HTTP File Upload and I’m looking for guidance on how to properly authenticate GET and PUT requests for file download and upload URLs. Specifically, I want to ensure that only authenticated users can access these URLs and perform the corresponding operations. What are the best practices or recommended approaches for implementing authentication in Openfire HTTP File Upload?
Does HTTPFileUpload provide any default configuration to provide some authentication

Any tips or insights would be greatly appreciated.

In the current implementation of the protocol, there is no authentication. If that’s desired, then this needs to be developed.