Help for this page

Select Code to Download


  1. or download this
    any qr{.{8190}.*} => sub { 
        status '414'; # 414 - Request-URI Too Long
    };
    
  2. or download this
      package Plack::Middleware::ProhibitRequestUri8190;
      use parent qw(Plack::Middleware);
      use Plack::Util;
    ...
            });
          }
      }