[GH-ISSUE #193] No-caching for all proxying flows by default #190

Closed
opened 2026-03-03 19:16:04 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Jun 28, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/193

Originally assigned to: @NghiaTranUIT on GitHub.

🐶 Brief

Some users hit 304 Not modified when their requests are proxied through Proxyman. Thus, we couldn't see the actual contents.

We should disable caching by default.

👑 Criteria

  • Enable No-caching in Proxyman
  • Has some indicator in the app (Users could be aware)
  • Remove Caching header when passing through ProxymanCore
Originally created by @NghiaTranUIT on GitHub (Jun 28, 2019). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/193 Originally assigned to: @NghiaTranUIT on GitHub. ## 🐶 Brief Some users hit 304 Not modified when their requests are proxied through Proxyman. Thus, we couldn't see the actual contents. We should disable caching by default. ## 👑 Criteria - [x] Enable No-caching in Proxyman - [x] Has some indicator in the app (Users could be aware) - [x] Remove Caching header when passing through ProxymanCore
kerem 2026-03-03 19:16:04 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Jun 28, 2019):

🤯 Changelogs

  • No caching UI in Bottom Toolbar
  • Support hotkey and local persistent
  • Remove If-Modified-Since, If-None-Matchand addPragma: no-cache, Cache-control: no-cache` in a header's request.
  • Remove Expires, Last-Modified, ETag and addExpires: 0, Cache-Control: no-cache in header's request.
Screen Shot 2019-06-28 at 22 29 37 Screen Shot 2019-06-28 at 22 29 29
<!-- gh-comment-id:506776672 --> @NghiaTranUIT commented on GitHub (Jun 28, 2019): ## 🤯 Changelogs - [x] No caching UI in Bottom Toolbar - [x] Support hotkey and local persistent - [x] Remove `If-Modified-Since, `If-None-Match` and add `Pragma: no-cache`, `Cache-control: no-cache` in a header's request. - [x] Remove `Expires`, `Last-Modified`, `ETag` and add`Expires: 0`, `Cache-Control: no-cache` in header's request. <img width="695" alt="Screen Shot 2019-06-28 at 22 29 37" src="https://user-images.githubusercontent.com/5878421/60353454-3f06f000-99f4-11e9-8c2c-d9ccb25bf86d.png"> <img width="252" alt="Screen Shot 2019-06-28 at 22 29 29" src="https://user-images.githubusercontent.com/5878421/60353456-3f06f000-99f4-11e9-8a91-f07631e3cd0c.png">
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#190
No description provided.