mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1142] [Map-Local][Breakpoint][BUG] Map Local or Breakpoint don't work #1137
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#1137
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 @YarikArsenkinDrest on GitHub (Feb 10, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1142
Proxyman version? (Ex. Proxyman 1.4.3)
3.1.0 (30100)
macOS Version? (Ex. mac 10.14)
mac 12.2
Steps to reproduce
Map local doesn't work - I make the body have empty arrays, however, when I click on the request, I see that it wasn't "faked", it is an actual response from the server.
Breakpoints are not triggered either.
I am trying to fake the body for a query that ends with the
.gz, if that has any relevance.Expected behavior
To be able to "fake" the response through the tool.
@NghiaTranUIT commented on GitHub (Feb 11, 2022):
It seems that your matching URL is not correct, so both Map Local and Breakpoint don't work.
Can you share with me the matching URL that you're using to match all
.gzrequests? 🤔I suppose that it should be:
@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):
I am using it like this for both tools:
@NghiaTranUIT commented on GitHub (Feb 11, 2022):
Sorry but I could not reproduce it.
See the screen that I try to use the Breakpoint and Map Local to
https://httpin.org/static/models/v2/2022.02.10.09.18/17364522.gzJust wondering: Do you enable SSL Proxying on this domain
assets.company_url.com?You can do it by simply right-clicking on the request -> SSL Proxying.
Then try creating a Map Local / Breakpoint tool by right-click -> Tools -> Map Local / Breakpoint
I suppose that it should work 👍
@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):
Hey Nghia,
thanks for getting back to me.
Yes, I did. Moreover, I have integrated Atlantis into the project. It's as if Proxyman refuses to work with the
gzrequests, since Breakpoints are working fine when I am specifying URL with.jsonat the end, for example.@NghiaTranUIT commented on GitHub (Feb 11, 2022):
ah, the problem is Atlantis. When you're using Atlantis. It's not possible to use any debugging tool, unfortunately.
To use Map Local or Breakpoint, please install & trust the certificate on your devices 👍
@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):
Oh man, what's the point of Atlantis then? 😅
@NghiaTranUIT commented on GitHub (Feb 11, 2022):
Atlantis facilitates how you can quickly inspect the traffic without messing with the certificate.
However, there is a drawback, that debugging tools don't work.
@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):
Thanks for letting me know!
@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):
That resolves it, thank you!