Hello Mailinglist ;)
In one of my openresty / lua app, i'm tracking ip address in a access_by_lua block, but i need to get some headers informations from log_by_lua and send them back to access_by_lua to store in a MongoDb database.
The problem is that log_by_lua do not support cosocket !!
How can i send back headers information from log_by_lua to access_by_lua ??
Thx for your help :)