mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #252] Add HTTP Proxy to cURL #250
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#250
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 (Aug 17, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/252
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
After copying the cURL from the selected request and executing into iTerm or Terminal, the flow isn't recored in Proxyman since cURL doesn't respect the HTTP Proxy by default.
We should add the
-x http://localhost:9090and the option in Preference.👑 Criteria
-x http://localhost:9090to cURL@shirshak55 commented on GitHub (Aug 17, 2019):
by the way you should remember to not use port 9090 hard coded. Seems like changing port don't work atm its bug.
@NghiaTranUIT commented on GitHub (Aug 18, 2019):
You're right. I don't hard code 9090 as the port :D.
I just test the Port Change in Preference. It's a bug indeed, after filling the new port, we have to hit Enter in order to execute. If we tab or move another tab, it won't. I will fix it now 👍
@shirshak55 commented on GitHub (Aug 18, 2019):
@NghiaTranUIT by the way I think upto 1024 port we will need admin right. So if user try to use port like 8 and and tab it whether it should show error message and stop proxy and not let user to switch proxy using previous port.
@NghiaTranUIT commented on GitHub (Aug 18, 2019):
Understood, I haven't aware of this case. Thank for the hint. Proxyman 1.6.0 milestone will come with bunch of your minor feature 👍
Thank you so much 🥰
@NghiaTranUIT commented on GitHub (Sep 2, 2019):
All done 🎉
🤯 Changelogs
@shirshak55 commented on GitHub (Sep 2, 2019):
@NghiaTranUIT typo should be include instead of Inlcude
@NghiaTranUIT commented on GitHub (Sep 2, 2019):
Wow. My terrible mistake 😮
Thank for the point 😅