-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsessionhandlingrule.json
More file actions
30 lines (30 loc) · 1.02 KB
/
sessionhandlingrule.json
File metadata and controls
30 lines (30 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"project_options":{
"sessions":{
"session_handling_rules":{
"rules":[
{
"actions":[
{
"action_name":"Custom Header Action - Random UUID Value",
"enabled":true,
"type":"invoke_extension"
}
],
"description":"Add UUID header to requests",
"enabled":true,
"exclude_from_scope":[],
"include_in_scope":[],
"named_params":[],
"restrict_scope_to_named_params":false,
"tools_scope":[
"Scanner"
],
"url_scope":"all",
"url_scope_advanced_mode":false
}
]
}
}
}
}