mistral9999
IS-IT--Management
I included a section of our server log below. It seems like they are inserting URLs into our URLs as parameters. For example,
/order/splist.do?m=5 (this is normal)
/order/splist.do?m= some url here
What is the purpose of this, and how can we prevent it? We do validation and error-checking on our parameters so they are ignored by the application server.
Thank you.
Matt
The following is from our logs:
192.168.111.2 - - [05/Feb/2008:01:51:20 -0500] "GET /order/splist.do?m=http%3A%2F%2F HTTP/1.0" 302 431
192.168.111.2 - - [05/Feb/2008:01:51:23 -0500] "GET /order/splist.do?m=http%3A%2F%2F HTTP/1.0" 302 431
192.168.111.2 - - [05/Feb/2008:01:51:24 -0500] "GET /cust/u/show.do?dir=http%3A%2F%2F HTTP/1.0" 302 431
/order/splist.do?m=5 (this is normal)
/order/splist.do?m= some url here
What is the purpose of this, and how can we prevent it? We do validation and error-checking on our parameters so they are ignored by the application server.
Thank you.
Matt
The following is from our logs:
192.168.111.2 - - [05/Feb/2008:01:51:20 -0500] "GET /order/splist.do?m=http%3A%2F%2F HTTP/1.0" 302 431
192.168.111.2 - - [05/Feb/2008:01:51:23 -0500] "GET /order/splist.do?m=http%3A%2F%2F HTTP/1.0" 302 431
192.168.111.2 - - [05/Feb/2008:01:51:24 -0500] "GET /cust/u/show.do?dir=http%3A%2F%2F HTTP/1.0" 302 431