Jackie chen
05/26/2023, 4:56 AM{
"targetBaseUrl": "<http://examples.wiremockapi.cloud/>",
"filters": {
"urlPathPattern": "/api/.*",
"method": "GET"
}
}
The result mapping:
{
"id": "5557dad5-1f19-4184-91ab-7b0103bdc42a",
"request": {
"method": "ANY"
},
"response": {
"status": 200,
"proxyBaseUrl": "<http://examples.wiremockapi.cloud/>"
},
"uuid": "5557dad5-1f19-4184-91ab-7b0103bdc42a"
}
could you please suggest?Oleg Nenashev
05/26/2023, 10:15 AMTom
05/26/2023, 10:17 AMOleg Nenashev
05/26/2023, 10:19 AMurlPathPattern": "/api/.*
pattern are recordedTom
05/26/2023, 10:21 AMJackie chen
05/26/2023, 11:48 PM"proxyBaseUrl": "<http://examples.wiremockapi.cloud/>"
stub mapping to be recorded).
Also, i verified this by recording other http requests that do not match the /api/.*, and it can be recorded. It means that the filters parameter does not work as expected in /__admin/recordings/start api