Hi, reading the documentation I have found a match...
# pact-net
f
Hi, reading the documentation I have found a matcher for Authorization that looks like following:
.WithHeader("Authorization", Match.Regex("Bearer 2022-10-14T11:34:18.045Z", "Bearer \\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z"))
Although, when using it like the example, it's throwing a 500 internal server error. Any clues?