mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 08:55:50 +03:00
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#278
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 (Jul 28, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/278
Originally assigned to: @kics223w1 on GitHub.
Description
1. Test Allow List is enabled
https://httpbin.proxyman.apphttps://httpbin.proxyman.app/get?id=123andwww.google.comExpected:
https://httpbin.proxyman.app/get?id=1232. Test Allow List is disabled
https://httpbin.proxyman.app-> Disable ithttps://httpbin.proxyman.app/get?id=123andwww.google.comExpected:
3. Test Allow List + Map Local
https://httpbin.proxyman.apphttps://httpbin.proxyman.appwww.google.comhttps://httpbin.proxyman.app/get?id=123andwww.google.comExpected:
https://httpbin.proxyman.app/get?id=123-> Verify the Response -> Matched with Map Localwww.google.comresponse -> It's matched with Map Local (even though it doesn't include in the Flow Pool)4. Test Allow List + Breakpoint Request & Response
https://httpbin.proxyman.apphttps://httpbin.proxyman.appwww.google.comhttps://httpbin.proxyman.app/get?id=123andwww.google.comExpected:
https://httpbin.proxyman.app/get?id=123-> Verify the Response -> Matched with Breakpoint changewww.google.comresponse -> It's matched with Breakpoint changes (even though it doesn't include in the Flow Pool)5. Write some Unit Tests that you think it's useful