I have a link to resource
http://example.com/category/id/../test1.html
when I request this resource, on the server I see url without escaped id and double /../ dots
I try to catch these dots in global.asax Application_BeginRequest
, in custom modules, in IIS logs, result is the same url is without id and /../
http://example.com/category/test1.html
At which level I can extract id?