Hi folks, just want to know is it possible to enab...
# help
r
Hi folks, just want to know is it possible to enable basic authnetication for all the stubs at one go or at wiremock instance level instead of individual stubs
b
Hey @Rahul Verma , you can do that by creating a custom request filter and loading that when you start your WireMock instance. An example can be found in this repo: https://github.com/basdijkstra/wiremock-extensions This video explains what and how, check around the 19 minute mark: https://www.youtube.com/live/ubmy7DwNqcU?feature=share Let me know if you need anything else.
👍 1
2