Skip to content

Multi-value fields verification issue #309

@lzx404243

Description

@lzx404243

The latest Proxy Verifier(v2.12.0) seems to have issue in verification for multi-value fields(such as set-cookie ). This can be demonstrated via the follow replay file snippet:

        server-response:
          ...
          headers:
            fields:
              ...
              - [Set-Cookie, "B1=abc"]
              - [Set-Cookie, "B2=abc"]

        proxy-response:
          ...
          headers:
            fields:
              - [Set-Cookie, { value: B1= , as: contains }]
              - [Set-Cookie, { value: B2= , as: contains }]

The expectation is that the above should pass verification, since the server sends those Set-cookie fields and (from the logs) clients got both of them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions