Errors

22 views
Skip to first unread message

KK

unread,
Jan 12, 2012, 2:41:28 PM1/12/12
to Google App Engine
Hi,

I see some error statistics reported in the Dashboard.

209.120.218.192 - - [12/Jan/2012:10:20:44 -0800] "HEAD / HTTP/1.1" 405
124 - "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.2.8) Gecko/
20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0E)"

What does this error mean? Is there any way to get rid of these
errors?

Thanks
Kyle

Stephen Lewis

unread,
Jan 12, 2012, 4:00:46 PM1/12/12
to google-a...@googlegroups.com
Hi

The 405 status code means 'Method Not Allowed' [0]. It looks like someone (or something) is making a HEAD request to '/', and your app isn't set up to handle HEAD requests.

To answer your second question: you can get rid of the errors by adding a handler for these requests.

Reply all
Reply to author
Forward
0 new messages