Sign in Sign up
rubygems

rack-methodoverride-with-params

Rack::MethodOverride only checks the X-Http-Method-Override header and the form encoded post body for _method. Rack::MethodOverrideWithParams checks both of those _and_ the query params. So, if you POST xml with a url like http://example.com/?_method=delete the application will see it as a delete request.

Activity

Latest release
15y ago
Total releases
1
Cadence
Last 12 months
0

Details

First release
Sep 28, 2010
Releases
Version Released
1.0.0 initial