Forum Moderators: open

Message Too Old, No Replies

Strange Request in my Logs

         

guillermo5000

5:22 pm on Sep 26, 2003 (gmt 0)

10+ Year Member



This request was apperently valid? What are they up to? Thanks.

212.83.92.81 - - [03/Sep/2003:12:33:59 -0400] "OPTIONS * HTTP/1.0" 200 - "-" "-"

jdMorgan

2:05 am on Sep 27, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



guillermo5000,

It looks like you are on an Apache server, and they are making a request to see what Options it supports. In the case of Standard Apache, that's none.

The IP is suspicious, and the no user-agent and no-referrer are, too.

You can block this with mod_access or mod_rewrite if you want to, but since your server supports no options, it really won't do anything.

Jim

guillermo5000

3:10 am on Sep 27, 2003 (gmt 0)

10+ Year Member



Thanks JP