1、web server端获取上下文:
Context ctx = WafContext.getInstance().getContext();
上下文中包含当前登录组织、当前登录用户、语种、数据库、客户端地址等信息
2、web 浏览器端获取上下文:
var ctx =waf.getContext();
时间: 2024-10-13 13:01:34
1、web server端获取上下文:
Context ctx = WafContext.getInstance().getContext();
上下文中包含当前登录组织、当前登录用户、语种、数据库、客户端地址等信息
2、web 浏览器端获取上下文:
var ctx =waf.getContext();