Relative Content

Tag Archive for iisurl-rewritingurl-rewrite-module

Why isn’t the filtering in IIS Rewrite Module working?

I have a question regarding the IIS Rewrite Module. I composed a regular expression .+/[a-zA-Zа-яА-Я0-9*~!@#$%^&s()]+/.+ and added a rule that if we enter a link with a vulnerability in the browser, such as https://localhost/Account/(A(vulnerability))/Login, it should block it and display a 404 page not found.