You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local _M = {
version = 0.1, -- 插件版本
name = "set_user" -- 插件名称
}
-- 返回header阶段过滤函数
function _M.resp_header_filter(waf)
ngx.header["X-User"] = "test"
end
return _M
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: