Skip to content

[BUG] Duplicate query keys are ignored when editing a request #527

@adietrichs

Description

@adietrichs

Proxyman version

2.0.1

Steps to reproduce

  1. Tools -> Compose Request
  2. Enter URL: https://postman-echo.com/get?foo=bar1&foo=bar2
  3. Select Query tab
  4. Change bar1 to bar
  5. Notice URL change to https://postman-echo.com/get?foo=bar2, ignoring the (duplicate) first foo parameter

Expected behavior

URL should change to https://postman-echo.com/get?foo=bar&foo=bar2.
Duplicate keys are generally used to encode arrays, see e.g. this for context.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working✅ DoneTicket is addressed and fixed.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions