Hello, I am using wiremock-standalone as a depende...
# help
l
Hello, I am using wiremock-standalone as a dependency in a spring boot application. I am recording the mappings using startRecording(), but the response contains headers that I need to exclude. Is there a way to do that? Also, is there a way to rename the mappings before they are created? Thank you!
j
l
Thank you for your response. I need this header in my request but not in my response. Is there an example for that?
l
Hi, there is nothing that supports this out of the box at the moment. This could be done by building a
ResponseTransformer
though if you fancied building it. We are always happy to receive PRs for this type of thing
l
👍 thank you