Skip to content

Request Transformer Advanced array order #1741

@mheap

Description

@mheap

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
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions