When using proxy record, is there away that it'll ...
# help
c
When using proxy record, is there away that it'll honor urls where just a querystring param is added? Currently it's looping because the first request is matching. For example the first request is /resource and the second is /resource?page=2. In this particular case the code is reading a header that tells the code the next page is /resource?page=2 but because wiremock is returning the first request again it gets stuck in a loop