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

support for multiple header values. e.g. to set multiple cookies #142

Open
jbleijenbergh opened this issue Feb 22, 2023 · 0 comments
Open

Comments

@jbleijenbergh
Copy link

Need:
In some (load) scenarios multiple cookies should be captured and send (even if they contain a comma)

Spec

see https://www.rfc-editor.org/rfc/rfc7230#section-3.2.2

proposed changes:

  • change the type for header definitions from string
    "headers": {"Content-Type": "application/json"
    to a list
    "headers": {"Content-Type": ["application/json"]
  • when processing responses allow for multiple values for a header
  • adjust replacement logic for tokens {{TOKEN_TO_REPLACE}} accordingly
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