What would cause a lack of a space between > and < to be the difference between a payload going through and server returning 403?
I was doing some check on a search function on a site. > would go through <script>console.log(1)</script> would also not yield 403. But specifically "><h> with no space between "> and < causing the i… Continue reading What would cause a lack of a space between > and < to be the difference between a payload going through and server returning 403?