Andrew
2009-Aug-23 03:35 UTC
Googlebot keeps throwing MethodNotAllowed errors in Application#index
Hi guys, Does anyone know how to solve this problem? As long as my app has lived, Googlebot (IP 66.249.68.199) brings up the ActionController::MethodNotAllowed error several times a week, saying "Only put requests are allowed." How is Googlebot even accessing Application#index, and why are only post requests allowed? Thanks.
Andrew
2009-Aug-23 03:38 UTC
Googlebot keeps throwing MethodNotAllowed errors in Application#index
Hi guys, Does anyone know how to solve this problem? As long as my app has lived, Googlebot (IP 66.249.68.199) brings up the ActionController::MethodNotAllowed error several times a week, saying "Only put requests are allowed." How is Googlebot even accessing Application#index (I assume this is the application controller), and why are only post requests allowed? Thanks. Rails 2.3.2
Colin Law
2009-Aug-23 07:58 UTC
Re: Googlebot keeps throwing MethodNotAllowed errors in Application#index
2009/8/23 Andrew <luckydoom-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > Hi guys, > > Does anyone know how to solve this problem? As long as my app has > lived, Googlebot (IP 66.249.68.199) brings up the > ActionController::MethodNotAllowed error several times a week, saying > "Only put requests are allowed." How is Googlebot even accessing > Application#index (I assume this is the application controller), and > why are only post requests allowed? Thanks. > > Rails 2.3.2What is the exact url that it is trying to access? Colin