mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #490] Mock Data Testing for Map Remote and Map Local #487
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#487
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 28, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/490
Originally assigned to: @NghiaTranUIT on GitHub.
Description
At the moment, the URL must be valid in order to work with Map Local / Remote. However, some users need to make a fake Request then mapping with Map Local or Remote for mocking testing.
We should support it
Acceptance Criteria
Add Basic Map Remote UI, besides with the current advanced UIAble to map directly from URL to a certain URL, without validating the URL formatRelated with #404
@gusost commented on GitHub (Apr 28, 2020):
Since this arouse from my reported issue. I can test and verify this when it's done if you package it as dmg. Sort of play the role of an external tester. :)
@NghiaTranUIT commented on GitHub (Apr 28, 2020):
sure @gusost , I usually send a BETA build as soon as this ticket is implemented. Stay tuned. I will fix and send you in this week 🌮
@NghiaTranUIT commented on GitHub (Apr 28, 2020):
Hey @gusost let check out this BETA: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.22.0_Mock_Testing_For_Map_Local_Remote.dmg
During the investigation, I found out that Proxyman was failed in your case because Proxyman couldn't connect to your URL, so there is no response as you see.
I fixed and make it's more flexible. You can call a fake or invalid URL, then mapping with Map Local or Remote. It should work.