gosp / lua-resty-ntlm

nginx ntlm module implemented by lua
MIT License
27 stars 13 forks source link

Returning headers from lua to nginx #4

Open bradfox2 opened 4 years ago

bradfox2 commented 4 years ago

Hi Gosp,

I am looking for a way to return header values from lua to downstream nginx clients.

I notice you were also trying to do this: https://github.com/openresty/lua-nginx-module/issues/1253

Did you ever get it to work?