-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
User is utilising Request Transformer Advanced plugin to rewrite headers, in which the order of the way these headers is important and behaviour will change if this is not preserved, example snippet:
rename:
body: []
headers:
- custom-token:Authorization
- Authorization:something-else
however changing the order of these elements in the declarative YAML will report 0 changes through either a "diff" or "sync" operation when using:
rename:
body: []
headers:
- Authorization:something-else
- custom-token:Authorization
despite this resulting in different behaviour/output from the plugin.
Metadata
Metadata
Assignees
Labels
No labels