mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Feature: adding excluded params to proxy and records settings #503
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @walidhaidarii on GitHub (Mar 23, 2023).
Originally assigned to: @StefH on GitHub.
Is your feature request related to a problem? Please describe.
I have an issue when saving mapped JSON files from requests that have a timestamp as a query param, which will be different on every request, causing the matching to always call the proxy API and fail to locate the JSON file as expected.
Describe the solution you'd like
To add the property [ExcludedParams] to the class [ProxyAndRecordSettings] so we can add those params to be excluded from saving into the JSON
Describe alternatives you've considered
no alternative as far as I know.
Is your feature request supported by WireMock (java version)? Please provide details.
no idea as far as I know.
@StefH commented on GitHub (Mar 23, 2023):
Did you try editing the saved proxy mapping file to allow a
*for that specific Query param?@walidhaidarii commented on GitHub (Mar 24, 2023):
But we delete all the files after every deployment to start with fresh data, not to say that the request having such param are so many