What are the security issues of being able to put anything into a website's URL and generate a 200 status code?
https://security.stackexchange.com/questions/267704/what-are-the-security-issues-of-being-able-to-put-anything-into-a-websites-url
#attackprevention #vulnerability
https://security.stackexchange.com/questions/267704/what-are-the-security-issues-of-being-able-to-put-anything-into-a-websites-url
#attackprevention #vulnerability
What are the security issues of being able to put anything into a website's URL and generate a 200 status code?
If I have a website where a user can add any string into the URL after the domain and have it return a 200 status code rather than 404, what are the security implications? Is this something that ca...