Sha256: 34bb2adb527e0ce8bd764ca48be300af75c4376884b3dbe57492836f6b54bce9
Contents?: true
Size: 467 Bytes
Versions: 2
Compression:
Stored size: 467 Bytes
Contents
Handle Invalid Percent Encoding Requests ======================================= Rails Engine that renders 400 error whenever a request's percent-encoding is malformed. This happens notably a lot for the chinese [EasouSpider](http://www.easou.com/search/spider.html). See http://stackoverflow.com/q/24648206/311657 Install ------- In your Rails app, add this line to your `Gemfile`: ```rb gem "handle_invalid_percent_encoding_requests" ``` Then type `bundle`.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
handle_invalid_percent_encoding_requests-1.0.2 | README.md |
handle_invalid_percent_encoding_requests-1.0.1 | README.md |