mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1929] Proxyman truncates URLs that contain a # symbol #1919
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#1919
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 @adamprice on GitHub (Feb 7, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1929
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Proxyman truncates URLs that contain a # symbol in the path when displaying them in the UI
Steps to Reproduce
Current Behavior
Any part of the URL after the # symbol doesn't display in the Proxyman UI
Expected Behavior
The full URL should be displayed in the UI
Environment
@NghiaTranUIT commented on GitHub (Feb 9, 2024):
Thanks, it's a critical bug, I'm not sure why the fragment of the URL is ignored. Gonna fix it now and send you a Beta build 👍
@NghiaTranUIT commented on GitHub (Feb 9, 2024):
@adamprice turns out the fragment from the URL is never sent in the HTTP Request Message. Thus, Proxyman can't capture it.
You can verify it by Google Chrome Dev Tool.
This blog also confirmed this behavior: https://blog.httpwatch.com/2011/03/01/6-things-you-should-know-about-fragment-urls/
@adamprice commented on GitHub (Feb 9, 2024):
TIL!
Thanks for looking into it so quickly 👍🏻