mraful_64014
Sep 09, 2011Nimbostratus
I need opinions on how to handle rejects
I have written an irule to reject certain URI requests. As of now, the user would receive a simple 404 error, HTTP::respond 404. However, I don't want a poential hacker aware that something exists between him and the web server. What do some of you do? Do you write your own web? Simply redirect them to another page on the web server? Thanks.