Sha256: 3c0930d32369d607e494a9c935f3799f1c2cce05573b28db9cd225f8ca14ce7b
Contents?: true
Size: 437 Bytes
Versions: 1
Compression:
Stored size: 437 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 "rack-easou" ``` Then type `bundle`.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-easou-1.0 | README.md |