mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1065] Delay for certain endpoint #1058
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#1058
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 @CyberMew on GitHub (Nov 17, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1065
It would be great to add a delay or simulate network conditions for certain url. Currently I think this is for the whole root url but I also want to test the delay individually.
I found out about the delay feature in Map Local (btw, too deeply hidden in preferences, should be moved to network conditions or something..), but it doesn't work. I add a delay of 3 secs but the reported time taken was 421ms instead of 3421ms.. am I using it wrong?
@NghiaTranUIT commented on GitHub (Nov 17, 2021):
At the moment, Network Condition will apply for the entire host.
If you'd like to limit the connection on a particular URL, you might use the sleep() in the Scripting. Example here: https://docs.proxyman.io/scripting/snippet-code#response-delay-with-sleep-function
@CyberMew commented on GitHub (Nov 17, 2021):
For some reason I cannot highlight the code snippet but typing it manually in works. Thanks for the workaround. But the bug report for Map Local delay still is valid.