Chrome "undefined" appended URL causes 404 Not Found 2012-10-28 20:50
/ / /
Random "undefined" appended URL causes 404 Not Found @ Chrome
有發現一些怪現象,尤其是這個 Chrome 18 or Chrome 22 這個瀏覽器
會導致約有 0.08% 的機率,隨機的要求 "undefined" 這個物件,
但是明明網站沒有任何 undefined 的物件。
Guess: 猜測是 Windows Chrome 22 版本的 BUG?
User-Agent:
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
171 / 212627 = 0.08%
代碼:
$ wc access.log
212627 3844687 53484813
$ grep -r "undefined HTTP" access.log | wc
171 3097 37608
$ grep -r "undefined HTTP" access.log | grep Safari | wc
169 3047 37099
$ grep -r "undefined HTTP" access.log | grep 'Safari/537' | wc
168 3028 36855
$ grep -r "undefined HTTP" access.log | grep 'Safari/537' | grep -i 'Chrome' | wc
169 3046 37079
上述實際 access.log 測試結果。
________________
美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀



