Preventing Anonymous User to access theme files, image or scan the URLs in my app

0
Hi There , I have problem in my app security , I can't know what should I check, the roles is seems correct for all users. I want to prevent anonymous user to access any file in my app (Theme folders which is contain all css,image,icon and more), also I want to prevent the user to make any scan that make him see URLs, is there any way in Mendix to solve this.  
asked
2 answers
0

Hello,

 

You can disable anonymous users. That way, only people with an account will be able to use it.

answered
0

Hi Mohsin,

 

Limit the user roles access on the entities and module levels. On entities do not give any read or write access. For modules do not assign any user roles.

For more details,

refer the below link section 6,

https://docs.mendix.com/howto/security/set-up-anonymous-user-security/#:~:text=If%20you%20have%20anonymous%20access,and%20not%20the%20full%20entity.

 

Hope this helps,

Thank you.

 

Regards,

Sathya Reddy

 

answered