Skip to content

Execution request when using breakpoint always injects "?" to query param #328

@leapful

Description

@leapful

Proxyman version? (Ex. Proxyman 1.4.3)

Proxyman 1.9.2

macOS Version? (Ex. mac 10.14)

macOS 10.16

Steps to reproduce

  1. Open Proxyman then �open https://www.google.com/ in Chrome.
  2. Set breakpoint rule for https://www.google.com/ in Proxyman.
  3. Refresh https://www.google.com in Chrome.
  4. Breakpoint window in Proxyman will be prompted, then click execute to send request.
  5. The response url from google.com is now https://www.google.com/?

Expected behavior

Execution request from breakpoint should not inject any unexpected query param and response url for the steps to reproduce should be https://www.google.com/ .

This issue affects use case when testing caching for a website when server-side handling is using URL to get cache which should be, for example: "https://google.com" but now is "https://google.com/?" and causes cache not found.

Screenshots (optional)

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