[GH-ISSUE #335] Make Body Contents Available for 304 Responses #332

Open
opened 2026-03-03 19:17:33 +03:00 by kerem · 1 comment
Owner

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

  1. Monitor request to endpoint that returns a 304.
  2. Note that there is no way to see the contents of the response.

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!

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 1. Monitor request to endpoint that returns a 304. 2. Note that there is no way to see the contents of the response. ### 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!
Author
Owner

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

<!-- gh-comment-id:557353991 --> @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.
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#332
No description provided.