mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1918] Auto break of URL and fill for fields (like we had in Charles Proxy) #1911
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#1911
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 @nisimjoseph on GitHub (Jan 23, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1918
Originally assigned to: @NghiaTranUIT on GitHub.
Description
when adding new URLs for the proxy as source from or target to, we take a whole URL and paste it in the Host field. in Charles Proxy it was detected the it a URL and split the value for all the different fields, so we didn't need to copy paste each URL part.
do you have this feature? or can you add it?
it will save us so much time when heavy proxying thing.
Why this feature/change is important?
save time and errors for developers and QA. just use the URL and not need to "work" to split it.
@NghiaTranUIT commented on GitHub (Jan 23, 2024):
Can you share the video or screenshot? and what tool you're talking to 🤔
@nisimjoseph commented on GitHub (Jan 23, 2024):
sure.
lets take the current issue URL with additional query params:
"https://github.com/ProxymanApp/Proxyman/issues/1918?key1=1&key2=2#issuecomment-1906084196".
when pasting it in the UI we currently see this:

now, in Charles when you do it and it a URL and doing Keyboard Tab or approving it, you will see this:

as you see the URL auto split to the different fields so it keep us from doing mistakes.
@NghiaTranUIT commented on GitHub (Jan 23, 2024):
Thanks, I understand. I'm not aware of this hidden feature from Charles Proxy. I'm going to support it now 👍
@NghiaTranUIT commented on GitHub (Jan 24, 2024):
@nisimjoseph you can try this beta build: https://download.proxyman.io/beta/Proxyman_4.16.0_Support_auto_parse_the_URL_from_Map_Remote.dmg
Just paste your URL (must has prefix http, https, ws or was) into the host field, Proxyman will parse it 👍
https://github.com/ProxymanApp/Proxyman/assets/5878421/3610c636-ca12-4065-94bc-bc64353e26ca
@nisimjoseph commented on GitHub (Jan 24, 2024):
work great!
when the release?
@nisimjoseph commented on GitHub (Jan 24, 2024):
Found one issue. when you set the URL and click Done, so it doesn't do the split. only when doing Tab to pass the next field.
An idea, maybe you can make the field in RED color to note there is URL or something. to make sure the Done will be valid.
@NghiaTranUIT commented on GitHub (Jan 24, 2024):
THanks. I will fix this issue 👍
It will be included in v4.17.0 (maybe release in 1-2 weeks)
@NghiaTranUIT commented on GitHub (Jan 25, 2024):
@nisimjoseph here is the update: https://download.proxyman.io/beta/Proxyman_4.16.0_Fix_auto_pares_URL_on_Map_Remote.dmg
Changelog