mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1611] Feature: Automatic and Manual Setup for NodeJS, Ruby or Python #1605
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#1605
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 (Apr 25, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1611
Originally assigned to: @NghiaTranUIT on GitHub.
Description
❌ Pain point: Proxyman could not capture HTTP traffic from:
curlunless we have to manually set it up, which is error-prone and time-consuming.
Why this feature/change is important?
@NghiaTranUIT commented on GitHub (Apr 25, 2023):
Beta: https://download.proxyman.io/beta/Proxyman_4.6.1_Support_Automatic_and_Manual_Setup.dmg
Automatic Setup

Manual Work:

Document: https://docs.proxyman.io/automatic-setup/automatic-setup
@rogerluan commented on GitHub (Apr 26, 2023):
It works! 🎉 Tested in Ruby (irb):
I think the documentation is good and easy to read. Some feedback you might wanna address here is that you accidentally included the full path of your local machine:
In my local machine the command was (obv) my own path, and not yours. Maybe in the docs you could use
$HOMEinstead of/Users/nghia/😊Also, since you added so many env vars for so many diff languages/frameworks, perhaps you might wanna include the one from fastlane/spaceship? https://github.com/fastlane/fastlane/blob/master/spaceship/docs/Debugging.md
That is
SPACESHIP_PROXY(set to e.g.http://localhost:9090) andSPACESHIP_PROXY_SSL_VERIFY_NONE=1:) I have to add that every time I need to debug something with fastlane, but perhaps that's too much of an advanced use. Very few people need to debug fastlane, unless they're helping develop fastlane or need to debug information to help with a bug report that is affecting them.Anyways, thanks for this new feature!! Super useful ❤️
@NghiaTranUIT commented on GitHub (Apr 26, 2023):
Thanks for your valuable feedback @rogerluan 👍
I'm going to add
SPACESHIP_PROXYandSPACESHIP_PROXY_SSL_VERIFY_NONEin the next beta build. The doc is fixed too 👍@NghiaTranUIT commented on GitHub (Apr 26, 2023):
Update v2:
Changelog
@rogerluan commented on GitHub (May 26, 2023):
I can confirm the fastlane integration is working 😁!! Awesome work! Thank you @NghiaTranUIT ! (and sorry for the delay to report back 🙈 )