Hello all, I'm using Nginx Docker image 1.25.2 with njs 0.8.0. Trying to use zlib functions but I always get: "js: ReferenceError: "zlib" is not defined" Any suggestions?by dcore94 - How to...
Hello. I am trying to access the original request, method and host header from inside an njs module I developed in order to make a PEP in combination with auth_request. But however I try, I always get the internal request (/pep) and method (always GET). I'm also unable to pass information with extra-headers as in the pep2 location example ... I also tried with r.parent but it is undefined...by dcore94 - How to...