Sidekick caches responses > 299
PascaleBeier opened this issue · 2 comments
PascaleBeier commented
I think the expected behaviour would be if sidekick would bypass anything that is not in the 2XX range
StephenMiracle commented
Didn't mean to resolve yet.
StephenMiracle commented
Hey @PascaleBeier , this has been integrated into the beta-1.0.0 image if you want to do a pull and test.
Environment variable:
CACHE_RESPONSE_CODES=2XX,404,405
Pull request here: #15
Feel free to review and give feedback.