Erel (or someone else),
I have an internet facing server with a B4J server application running on it.
I noticed in my jServer logs a few requests like this;
[20/Nov/2015:15:18:18 +0000] "GET http://xxx/testproxy.php HTTP/1.1" 404 291
I've removed the actual URL from the above.
Now a bit of research suggests these are people scanning for open proxies to use for malicious purposes. Other forums suggest blocking any GET requests with an http prefix.
So, using the jServer library, how would one block these requests or is it enough that these return a 404?
Thanks
I have an internet facing server with a B4J server application running on it.
I noticed in my jServer logs a few requests like this;
[20/Nov/2015:15:18:18 +0000] "GET http://xxx/testproxy.php HTTP/1.1" 404 291
I've removed the actual URL from the above.
Now a bit of research suggests these are people scanning for open proxies to use for malicious purposes. Other forums suggest blocking any GET requests with an http prefix.
So, using the jServer library, how would one block these requests or is it enough that these return a 404?
Thanks