MVC5 login | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

MVC5 login

I am developing MVC5 asp.net web app and I created a login page and it works perfectly fine. But the problem is someone can edit the address bar like this ( /home/administrator) and login without getting authenticated. What should I do to prevent this. Thanks.

27th Jan 2022, 6:41 AM
Miki Yas
1 Answer
0
Miki Yas Yes it is possible people can change URL but there must be a mapping of URL in code so there you can verify if you didn't get valid mapping then you can throw a error page.
27th Jan 2022, 8:20 AM
A͢J
A͢J - avatar