1、web server端获取上下文:
Context ctx = WafContext.getInstance().getContext();
上下文中包含当前登录组织、当前登录用户、语种、数据库、客户端地址等信息

前后台获取上下文context

 

2、web 浏览器端获取上下文:
var ctx =waf.getContext();

前后台获取上下文context

相关文章: