mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1063] Unable to match requests with ' character in URL #1059
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#1059
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 @markanderson4 on GitHub (Nov 12, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1063
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version?
2.35.0
macOS Version?
11.6
Steps to reproduce
Expected behavior
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Nov 12, 2021):
It seems to be a bug when building an internal regex if the URL contains the
'character. I'm going to fix it 👍To workaround, you can use the
*or?wildcard, like your mention:@NghiaTranUIT commented on GitHub (Nov 15, 2021):
Hey @markanderson4 Here is your beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.35.0_Fix_special_character_in_url_matching.dmg
Proxyman can properly match URL, which contains the
(or)and'character 👍The problem was Proxyman accidentally parsed the
()as a Group Regex.@markanderson4 commented on GitHub (Nov 15, 2021):
I can confirm the match succeeded for me using the beta. Cheers!