mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #335] Make Body Contents Available for 304 Responses #332
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#332
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 @aaronvegh on GitHub (Nov 21, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/335
Proxyman version? (Ex. Proxyman 1.4.3)
1.9.3 (1930)
macOS Version? (Ex. mac 10.14)
10.15.1
Steps to reproduce
Expected behavior
There is none, I get that, but it's gotta be cached somewhere, right? It'd be so great to be able to view it anyway. I'm trying to debug something and it's annoying when the response doesn't exist. I wonder if there might be a button or something in the Response pane that would allow you to view the content — some way to indicate that it's not actually being returned, but here it is anyway because Proxyman is just that awesome.
If there's another way to do this, I'd appreciate a pointer!
@NghiaTranUIT commented on GitHub (Nov 22, 2019):
Technically, Proxyman doesn't cache any things. If it's 304, it means the server doesn't return the Response Body.
Let try to enable No Caching Tool (⌘⌥N) (https://docs.proxyman.io/advanced-features/no-caching), which ask the server to return the latest content.