You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Faker with the " header" property like bellow, but the server ignores the "header-value", any value that I use for "X-custom-header", it returns the response. It only matches with the header title, if I do not send the header "X-custom-header", then no response is returned.
That would solve my issue, although the downside I see is if someone is using a 'stable' tag in a docker image, could break the json mock if they are not expecting to match the header value. Maybe changing the tag version or creating a variable for when the header´s value is desired.
I'm trying to use Faker with the " header" property like bellow, but the server ignores the "header-value", any value that I use for "X-custom-header", it returns the response. It only matches with the header title, if I do not send the header "X-custom-header", then no response is returned.
Anyone having this issue?
Example:
The text was updated successfully, but these errors were encountered: