Is Request.Path secure?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I was wondering about using Request.Path to add security to my pages, like having different behaviors according to which page the user is. Anyway it came to my mind that IE had recently a bug that allowed a malicious user to display a page while displaying a different url in the address bar. Even though this was an IE bug I was wondering if something similar could easily be done so that an ASP.Net page is mislead to think that the path is different from what it actually is. Somebody has any info on this? What are you doing to check which page is the user on? Edd