mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #328] Execution request when using breakpoint always injects "?" to query param #324
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leapful on GitHub (Nov 16, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/328
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman 1.9.2
macOS Version? (Ex. mac 10.14)
macOS 10.16
Steps to reproduce
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)
@NghiaTranUIT commented on GitHub (Nov 16, 2019):
Hey, thank for raising these issues. I'm able to reproduce it and it definitely affects the caching mechanism.
I will investigate and send you a hotfix build soon 👍
@NghiaTranUIT commented on GitHub (Nov 16, 2019):
Hey @leapful, here is the Fix: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.9.2_Invalid_char_breakpoint.dmg
Please let me know if it works and I will release in the next build 👍
@leapful commented on GitHub (Nov 17, 2019):
@NghiaTranUIT Thanks for your fix. I'm able to finish my test scenario on caching.
@NghiaTranUIT commented on GitHub (Nov 17, 2019):
Glad to hear that @leapful 👍
@NghiaTranUIT commented on GitHub (Nov 19, 2019):
@leapful This bug is fixed in the latest release Proxyman 1.9.3. Thank you so much 👍