40
Views
2
Comments
How to prevent URL tampering
Question
Hi all,
I want to restrict the apllication access through URL without login. Means at present I am able to go any page in the application just by changing URL. For example after login into the application I am entering into employee_show page and for me it was restricted to access Employee_Edit page but If I change URL I can able to access employee_edit. Anyone can suggest how can I restrict this..

Thanks,
Venkat Gude.
2020-03-05 15-52-45
André Vieira
Staff
Hi Venkat,

You should use roles to do so. Check out this video in our online training.
If you want to restrict access based on input parameters you will have to implement that logic in the screen preparation.

Cheers
2016-04-21 18-13-58
Nuno Rolo
 
MVP
Hi,

I didn't try this component, but probably can help you.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.