mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #343] Keep Percent-encoded in all URLs #339
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#339
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 @NghiaTranUIT on GitHub (Dec 2, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/343
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
In current version, we're trying to remove the percent-encoded in all URLs as possible to increase a readability, but it turn out that it isn't consistent with others app and the URL standard as it looks odd if the URL has a "Space" (by decoding %20).
Moreover, it causes some issues when converting back & forth when repeating/forwarding/composing this URL.
We have to remove it and keep the percent-encoded URL by default.
👑 Criteria
@NghiaTranUIT commented on GitHub (Dec 2, 2019):
Related #342
@NghiaTranUIT commented on GitHub (Dec 3, 2019):
All done 👍
All URL are percent-encoded as it's. Proxyman won't change any thing since it's consistent with the standard and other apps.