Still getting a slew of these on one of my sites. Annoying, because you can't seem to trap it with the normal rescue_from in application_controller, as Rails seems to intercept this exception before it ever makes it that far up the chain.
On Apr 7, 2:23 pm, Nikolaj Nikolajsen <[email protected]> wrote: > Got two of these on one of our sites today within seconds. My guess is > that it's a bot scanning for vulnerabilities on the site. > > Error: ActionController::UnknownHttpMethod: CONNECT, accepted HTTP > methods are get, head, put, post, delete, and options > Action: Internal > URL:http://mail.messaging.microsoft.com:25/ > Parameters: {"action"=>"", "controller"=>""} > File: [GEM_ROOT]/gems/actionpack-2.3.5/lib/action_controller/ > request.rb:35 > > Error: ActionController::UnknownHttpMethod: CONNECT, accepted HTTP > methods are get, head, put, post, delete, and options > Action: Internal > URL:http://www.google.com:443/ > Parameters: {"action"=>"", "controller"=>""} > File: [GEM_ROOT]/gems/actionpack-2.3.5/lib/action_controller/ > request.rb:35 > > I would also like to hear from others experiencing this, and if any > precautions should be taken... > > /nikolaj -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. 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/rubyonrails-talk?hl=en.

