Send request and response via POST

2021-01-27 Thread Federico Felman
Hello guys, I’ve been assigned to send the request and response to another server via POST. I was able to compile the information needed in log_by_lua_block but I wasn’t able to send it since resty-http says it is disabled in that context. It would be best if it was done without anything external

RE: Getting started with a Module

2020-12-30 Thread Federico Felman
;t an OpenResty forum, but... https://opm.openresty.org/ also has a bunch of goodies that might help :) gl! On Tue, Dec 29, 2020 at 4:16 PM Federico Felman mailto:f...@hotmail.com>> wrote: Hello everyone and happy holidays. I’ve been asked to do a specific module for NGINX, I need to

Getting started with a Module

2020-12-29 Thread Federico Felman
Hello everyone and happy holidays. I’ve been asked to do a specific module for NGINX, I need to “log” all the requests and responses using some specific web services. For what I’ve seen I can read the REQ easily but I don’t see any way to access the response. Can you guys help me? Thanks in adva