mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1957] No longer able to see image requests in proxyman #1950
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#1950
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 @MichaelGofron on GitHub (Mar 5, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1957
Description
Previously when I'd make image requests in my app I'd see them display along with other API calls in the
Alltab. Now I'm no longer seeing them when I upgraded to the latest proxyman version (5.0)Has something changed? Is there a way to see them? I tried filtering by media but it doesn't show. I also tried in two separate apps to make an image request and none registered in either app.
Steps to Reproduce
Current Behavior
No image request captured by proxyman
Expected Behavior
Expected image requests to be captured as in old version of proxyman.
Environment
@NghiaTranUIT commented on GitHub (Mar 6, 2024):
@MichaelGofron it seems your image domain isn't enabled to intercept its HTTPS? So, Proxyman just proxies the data without decrypting it, so Proxyman doesn't know if it's an image or not => The filter doesn't show it too
You should Command+F to find your image domain -> Right Click -> Enable SSL Proxying -> Re-try your Image URL again -> It will work 👍
@MichaelGofron commented on GitHub (Mar 6, 2024):
Hm, I'm not sure what you mean by image domain isn't enabled to intercept its HTTPS.
Originally on older versions of proxyman I'd filter for
pictureswhich was the domain for images I'd be requesting but now it shows no images are loading as seen in the attached image.I'm not sure where to follow these steps:
Command+F to find your image domain -> Right Click -> Enable SSL Proxying -> Re-try your Image URL again. Am I CMD+F'ing in the main window for proxyman? Where would I right click / enable ssl proxying?From the help menu it looks like I've enabled SSL proxying:

@NghiaTranUIT commented on GitHub (Mar 6, 2024):
@MichaelGofron here is the step:
Video: My image domain is:
ph-files.imgix.nethttps://github.com/ProxymanApp/Proxyman/assets/5878421/8129e297-8de2-471e-9274-16f5b1b779bb
If you can't filter your image domain, it means your Image doesn't go through Proxyman app.
@MichaelGofron commented on GitHub (Mar 6, 2024):
I'm seeing them now! I'm not sure what actually changed. I think the only think I had done was to toggle the SSL proxying option from the menu in the image I'd listed above and restarted proxyman.
Thanks for the support @NghiaTranUIT !
@MichaelGofron commented on GitHub (Mar 6, 2024):
Another possibility might be that I was using an endpoint on my client app that was attached to a devserver.
I switched this to production server which might have caused it to display the images I wasn't seeing before.
@NghiaTranUIT commented on GitHub (Mar 6, 2024):
Yes, or your Image is cached on your client, so the actual URL never hits the server and Proxyman too.
If it's a case, just use the Tools -> No caching. It forces your client will always get new image 👍