Hi All,
I'm using access_by_lua_file to perform some authorization.
I want to handle cases when there are two different values for same header - but Lua is exiting with below error.
failed to run header_filter_by_lua*: header_filter_by_lua:4: attempt to concatenate local 'v' (a table value)
Please help here