Posted on 17/09/2013 17:23:38
Hi Remi
Using html tags in the URL is considered html injection and is therefore catched by Dynamicwebs antispam system - that is not SQL Injection system, but the XSS/JS/HTML injection prevention system. We could raise an exception but have chosen a 404 to avoid giving notice to potential hackers on what happens.
The same would happen on a regular asp.net webform, except that would give you a "potentially dangerous request" exception unless disabled in web.config.
So - no tags in querystrings. You can disable this behaviour in the management center, security: Disable sql injection checks. Which of course is not recommended.
Could you please describe the scenario where you need to search HTML? Just to understand what the correct solution would be.
Anyways, just changed the search module when you do a post and not a get when searching, it will allow the search of html tags.
BR Nicolai