[GH-ISSUE #1142] [Map-Local][Breakpoint][BUG] Map Local or Breakpoint don't work #1137

Closed
opened 2026-03-03 19:48:40 +03:00 by kerem · 9 comments
Owner

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.

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.
kerem closed this issue 2026-03-03 19:48:40 +03:00
Author
Owner

@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 .gz requests? 🤔


I suppose that it should be:

  • Use Wildcard
https://myserver.com/*.gz
<!-- gh-comment-id:1035707486 --> @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 `.gz` requests? 🤔 --------------------------- I suppose that it should be: - Use Wildcard ``` https://myserver.com/*.gz ```
Author
Owner

@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):

I am using it like this for both tools:

https://assets.company_url.com/static/models/v2/2022.02.10.09.18/17364522.gz
<!-- gh-comment-id:1036133885 --> @YarikArsenkinDrest commented on GitHub (Feb 11, 2022): I am using it like this for both tools: ``` https://assets.company_url.com/static/models/v2/2022.02.10.09.18/17364522.gz ```
Author
Owner

@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.gz

Screen_Shot_2022-02-11_at_20_20_38 Screen Shot 2022-02-11 at 20 21 06 Screen Shot 2022-02-11 at 20 20 56

Just 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 👍

<!-- gh-comment-id:1036209842 --> @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.gz` <img width="1888" alt="Screen_Shot_2022-02-11_at_20_20_38" src="https://user-images.githubusercontent.com/5878421/153598747-48adb6cf-a4d0-4610-abfc-9f371399a9d6.png"> <img width="889" alt="Screen Shot 2022-02-11 at 20 21 06" src="https://user-images.githubusercontent.com/5878421/153598768-3e22483c-d07a-4145-b69f-5d292c4960da.png"> <img width="857" alt="Screen Shot 2022-02-11 at 20 20 56" src="https://user-images.githubusercontent.com/5878421/153598772-6a253baa-25c5-4c3d-8ae1-60ccb0b8ef26.png"> --------------------- Just 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 👍
Author
Owner

@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):

Just wondering: Do you enable SSL Proxying on this domain assets.company_url.com ?

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 gz requests, since Breakpoints are working fine when I am specifying URL with .json at the end, for example.

<!-- gh-comment-id:1036225527 --> @YarikArsenkinDrest commented on GitHub (Feb 11, 2022): > Just wondering: Do you enable SSL Proxying on this domain assets.company_url.com ? 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 `gz` requests, since Breakpoints are working fine when I am specifying URL with `.json` at the end, for example.
Author
Owner

@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 👍

<!-- gh-comment-id:1036226832 --> @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](https://docs.proxyman.io/debug-devices/ios-device) on your devices 👍
Author
Owner

@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):

Oh man, what's the point of Atlantis then? 😅

<!-- gh-comment-id:1036227302 --> @YarikArsenkinDrest commented on GitHub (Feb 11, 2022): Oh man, what's the point of Atlantis then? 😅
Author
Owner

@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.

<!-- gh-comment-id:1036228097 --> @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.
Author
Owner

@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):

Thanks for letting me know!

<!-- gh-comment-id:1036248063 --> @YarikArsenkinDrest commented on GitHub (Feb 11, 2022): Thanks for letting me know!
Author
Owner

@YarikArsenkinDrest commented on GitHub (Feb 11, 2022):

That resolves it, thank you!

<!-- gh-comment-id:1036755375 --> @YarikArsenkinDrest commented on GitHub (Feb 11, 2022): That resolves it, thank you!
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#1137
No description provided.