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.

Stephen

[0] http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/TDVwQm0dShUJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to