Potentially dangerous Request.Form value still executed
Hi there,
I've created a real simple input form with razor code on a template.
When I try to submit html-tags in the form text I get the known error page about a potentially dangerous requests. Including the explanation that the request was aborted.
This is fine.
However, the weird thing is that the razor code in my template is still getting executed with the potentially dangerous request.
Potentially dangerous Request.Form value still executed
Hi there,
I've created a real simple input form with razor code on a template.
When I try to submit html-tags in the form text I get the known error page about a potentially dangerous requests. Including the explanation that the request was aborted.
This is fine.
However, the weird thing is that the razor code in my template is still getting executed with the potentially dangerous request.
How is this possible?
Bump
is working on a reply...