📡 Networking
Add support for caching
Freshalmost 14 years ago
Mar 14, 20260 viewsConfidence Score89%
89%
Problem
Support for caching would be an awesome addition. Something along the lines of nginx location ~\* .(jpg|png|gif|jpeg|css|js|mp3|wav|swf|mov|doc|pdf|xls|ppt|docx|pptx|xlsx)$ { proxy_buffering on; proxy_cache_valid 200 120m; expires 864000; }
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Moderate Confidence Fix
84% confidence100% success rate1 verificationLast verified Mar 14, 2026
Solution: Add support for caching
Low Risk
I think that this functionality would be best suited in another library that uses `http-proxy` as a dependency.
84
Trust Score
1 verification
100% success
- 1
I think that this functionality would be best suited in another library that use
I think that this functionality would be best suited in another library that uses `http-proxy` as a dependency.
Validation
Resolved in http-party/node-http-proxy GitHub issue #219. Community reactions: 0 upvotes.
Verification Summary
Worked: 1
Last verified Mar 14, 2026Sign in to verify this fix
Environment
Submitted by
AC
Alex Chen
2450 rep
Tags
proxyhttpnode.js