Re: changes to ngx.arg[1] not getting reflected in final response
vamshi Wrote: --- > header_filter_by_lua ' > ngx.header.content_length = nil > ngx.header.set_cookie = nil > > if ngx.header.location then > local _location = ngx.header.location
changes to ngx.arg[1] not getting reflected in final response
header_filter_by_lua ' ngx.header.content_length = nil ngx.header.set_cookie = nil if ngx.header.location then local _location = ngx.header.location _location = ngx.escape_uri(_location) _lo