Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

olds Knownbugs

bui edited this page Jul 15, 2016 · 1 revision

Naxsi core :

  • Naxsi only parses GET/POST/PUT requests.
  • Naxsi supports a restricted kind of body content-type parsing : application/x-www-form-urlencoded, multipart/form-data, application/json. Other content-types are not supported.
  • Naxsi does not support parsing of a file buffered to disk by nginx: client_body_buffer_size
  • You can't use | caracter in your matchzone regular expressions.
  • HTTPv2 is currently not supported: issue #227
Clone this wiki locally