[GH-ISSUE #343] Keep Percent-encoded in all URLs #339

Closed
opened 2026-03-03 19:17:36 +03:00 by kerem · 2 comments
Owner

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

  • Keep the percent-encoded URL by default and don't try to decoding it
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 - [x] Keep the percent-encoded URL by default and don't try to decoding it
kerem 2026-03-03 19:17:36 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 2, 2019):

Related #342

<!-- gh-comment-id:560449336 --> @NghiaTranUIT commented on GitHub (Dec 2, 2019): Related #342
Author
Owner

@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.

<!-- gh-comment-id:561024022 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#339
No description provided.