Hi kashinath vernekar
I am having similar scenario, may I know how have you achieved this?
Thanks in advance.
Hey Kashinath!
Did you try the encryption module to encrypt the files? https://docs.mendix.com/appstore/modules/encryption/
Here you have a similiar question: https://community.mendix.com/link/space/studio-pro/questions/110250.
There you will find some possible workarounds and how to configure the encryption module for files.
Hope this helps!
Hi satyam,
As per my knowledge you cannot hide the request Header information in the browser for your downloaded file but you can make it as to not to match the current session file UUID and XASSESSION Id of another login at same time which can allows app server to download the file.
By making user roles and giving permission in your domain model you can prevent it.
And encryption of cookies in browser level is still may not possible and encrypting the file is also will not help to download the file by making duplicate environmental request.
Better you always do updates of your browser. However hacking depends on the talent of the individual and available loopholes of the system.