Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-value fields verification issue #309

Open
lzx404243 opened this issue Aug 6, 2024 · 0 comments
Open

Multi-value fields verification issue #309

lzx404243 opened this issue Aug 6, 2024 · 0 comments

Comments

@lzx404243
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant