StephenMiracle/frankenwp

Sidekick caches responses > 299

PascaleBeier opened this issue · 2 comments

I think the expected behaviour would be if sidekick would bypass anything that is not in the 2XX range

Didn't mean to resolve yet.

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.