mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #376] URL parts are missing if the URL contains double slashes (//) after the host part #372
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#372
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 @tiwood on GitHub (Jan 21, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/376
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
1.13.1
macOS Version? (Ex. mac 10.14)
10.15.2
Steps to reproduce
I'm tying the request the following:
https://foobar.vault.azure.net//secrets?api-version=7.0Notice the double
/which gets added by the CLI command (I can't change that).The requests fails, as the
/secretsseems to get stripped from the uri:Expected behavior
The uri should be as provided:
https://foobar.vault.azure.net//secrets?api-version=7.0The same requests works in
Charles Proxy:Note: The
401response is expected.@NghiaTranUIT commented on GitHub (Jan 21, 2020):
Thank for the report 👍 It's the first time I see double splash
//in the URL.I'm on it now 🥇
@NghiaTranUIT commented on GitHub (Jan 21, 2020):
Hey @tiwood, here is the BETA build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.13.1_Fix_Double_Slashes.dmg
I will rollout the stable build soon. Thank you so much for the bug report 💯
@NghiaTranUIT commented on GitHub (Jan 21, 2020):
Just friendly reminder that we officially release the fix on Proxyman 1.14.0 (https://github.com/ProxymanApp/Proxyman/releases/tag/1.14.0)
Let check it out. Thank you in advance 💯
@tiwood commented on GitHub (Jan 21, 2020):
@NghiaTranUIT, I've just tried it, it works like a charm!
Thank you for your fast support, I will recommend Proxyman to my coworkers for sure!
@NghiaTranUIT commented on GitHub (Jan 22, 2020):
Glad to hear that 👍 and appreciate your reference for Proxyman too 😄