is there something which can simulate the replay behavior for local development? Thinking about some kind of dev proxy which can intercept the header and re-route to another docker container locally (or even remote to fly.io machines).
The general goal is, to have some local testing capabilities, not necessarily fully feature complete.
My current thought is to use traefik with a custom middleware, but there might be simpler solutions to this, so I’m curious if anyone got ideas for this.