[GH-ISSUE #287] Repeat flows is delayed before appending to the Flow List #285

Closed
opened 2026-03-03 19:17:06 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Sep 20, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/287

Originally assigned to: @NghiaTranUIT on GitHub.

🐶 Brief

Currently, when we repeat the flow, Proxyman will construct the Request from Alamofire and proxy to our Proxy server, which results in the delay.

Charles Proxy does it immediately. We should find better solution to directly execute the HTTP Request then appending to the list immediately. => Better UX

👑 Criteria

  • Find the way too force Alamofire request communicate directly with the Internet (no go through to Proxyman's Proxy)
  • Append it immediately to the list and other node
  • Construct the Flow from this Request
Originally created by @NghiaTranUIT on GitHub (Sep 20, 2019). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/287 Originally assigned to: @NghiaTranUIT on GitHub. ## 🐶 Brief Currently, when we repeat the flow, Proxyman will construct the Request from Alamofire and proxy to our Proxy server, which results in the delay. Charles Proxy does it immediately. We should find better solution to directly execute the HTTP Request then appending to the list immediately. => Better UX ## 👑 Criteria - [ ] Find the way too force Alamofire request communicate directly with the Internet (no go through to Proxyman's Proxy) - [ ] Append it immediately to the list and other node - [ ] Construct the Flow from this Request
kerem 2026-03-03 19:17:06 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 2, 2020):

All done in Proxyman 1.10.0 when forcing the Alamofire to not go through Proxyman port and it would has the response immediately.

<!-- gh-comment-id:570109465 --> @NghiaTranUIT commented on GitHub (Jan 2, 2020): All done in Proxyman 1.10.0 when forcing the Alamofire to not go through Proxyman port and it would has the response immediately.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#285
No description provided.