https://linen.dev logo
d

Debraj Manna

07/03/2023, 2:36 PM
In wiremock is it possible to enable the request journal only for specific request URLs and disable it for others? For example, if I am having stub mappings for
GET /abc/id
,
GET /def/id
then I want to enable request journal only for all URLs starting with
/abc
and disable for
/def
t

Tom

07/03/2023, 3:01 PM
HI @Debraj Manna you can’t enable/disable it selectively in general, but you can query it selectively using the find function in the admin API
3 Views