Improve structure and re-usability of HTTP interaction recordings

This commit is contained in:
Tobias Gesellchen
2026-02-14 12:39:39 +01:00
parent c8ef1a9de4
commit ef90b4e848
10 changed files with 669 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
[
{
"name": "IPv4",
"regexp": "^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$",
"replacement": "{ip}"
},
{
"name": "DeviceID",
"regexp": "^[A-F0-9]{12}$",
"replacement": "{deviceId}"
},
{
"name": "AccountID",
"regexp": "^\\d{1,10}$",
"replacement": "{accountId}"
}
]