Closed danlsgiga closed 3 years ago
Hi @danlsgiga,
Thanks for finding this issue and sorry for responding late. Recently, I am busy with other projects so I need some time to check this your PR.
I'll close this issue because this bug has been fixed by another pull request #36 .
As I'm evaluating this module, I noticed that it is not handling origin responses like 302 (Redirect).
cdp-cache
is responding with a 200 to the browser, therefore the redirect never happens!A way to reproduce is just to proxy to an origin that does a 302 or 301.
Additionaly, it would be nice to control what responses we want to cache, usually only 200's