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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.