Forum Moderators: open

Message Too Old, No Replies

William Lu

         

wilderness

4:24 am on Dec 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



69.50.170.122 - - [08/Dec/2004:18:43:43 -0800] "GET
/myFolder/mypage.html? HTTP/1.0" 200 46709 "-" "Mozilla/4.0 (compatible;
MSIE 5.5; Windows 98; Win 9x 4.90)"

No robots. No images.
150 pages in under four minutes.

Please note question mark at end of html.
I'm don't recall seeing this previously and I'm not aware of why or IF the server should of should not have rejected such a request?

The backbone is an apparent new service and merely provides a UAG and no other pages.
Backbone denied also.

wilderness

10:30 pm on Dec 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Mr Lu returned today to 403's as will ALL the nLayer users to my sites as mentioned in this thread:

[webmasterworld.com...]

RewriteCond %{REMOTE_ADDR} ^69\.22\.(12[8-9]¦1[3-8][0-9]¦19[01])\. [OR]
RewriteCond %{REMOTE_ADDR} ^69\.31\. [OR]
RewriteCond %{REMOTE_ADDR} ^69\.50\.(1[6-8][0-9]¦19[01])\. [OR]

Lord Majestic

1:04 pm on Dec 10, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm don't recall seeing this previously and I'm not aware of why or IF the server should of should not have rejected such a request?

Question mark denotes start of the query string and default configs won't reject such URLs with 404s, as they will just create appropriate context with query string, which in this case is abscent.

From requestor's point of view there is little need to do that, perhaps apart from maybe trying to beat proxy caching by showing its a dynamic page?

wilderness

1:19 pm on Dec 10, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



many thanks.