Open jvanheesch opened 5 months ago
Hello @jvanheesch,
Thanks for your interest in this Traefik Plugin !
What do you mean when you say:
I am unable to replace all instances of a given string input with replacement value output.
By all instances, do you mean that you have multiple headers where you want to replace the value.
Or do you mean that you have multiple instance of the value in a single header value ?
@tomMoulard Thank you for the quick response!
I am trying the second, i.e. replacing multiple (all) instances of a string in a single header value. I've created a reproducer, which can be found here, to share my config + actual/expected behavior. Please let me know if you have any further questions!
Indeed the could be a good fix to add to the RewriteValueRule
handler!
Reproducer can be found here.
I am unable to replace all instances of a given string
input
with replacement valueoutput
. I checked the source code, but could not come up with a different config that would achieve the desired result. As a workaround, we currently resort to adding multiple instances of the exact sameRewriteValueRule
.