RubyGems Navigation menu

rails_cookie_overflow 1.0.1

Rails raises a CookieOverflow exception when the total size of the incoming request's cookie crosses a certain threshold - currently set as 4096 bytes. While it is not advisable to store or pass around such large data in cookies, sometimes, bad actors can try to send large cookie payloads to your application to see if your systems are able to handle it. If not handled, your application would end up raising a large number of 500 exceptions. This gem handles the exception gracefully and responds with a 422 Unprocessable Entity HTTP status code.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.1 - November 24, 2022 (9.0 KB)
  2. 1.0.0 - July 15, 2022 (9.0 KB)

Runtime 相依性套件 (1):

rails >= 4.2

擁有者:

Pushed by:

作者:

  • Ritikesh

SHA 256 checksum:

6019b6f1dd28c48e46a1ee23bd3d70e60975d3d25d1a423f2d0095628258243c

總下載次數 360,797

這個版本 28,474

License:

MIT

Ruby 版本需求: >= 2.6.0

New versions require MFA: true

Version published with MFA: true

相關連結: