Running a fly (local) dev server (for dealing with custom fly headers)

Im a bit new to this platform
Is there way too run a fly local dev server kinda things to deal with the fly.io specific headers and similar stuffs before production deployment so that it wont be a hustle especially doing CI/CD and checking logs for debugging?

There’s not! But you shouldn’t need anything so complex. The simplest way to test Fly provided headers is to use a browser extension (like modheader) and set the ones you care about. The full list of headers we add is documented, but you probably only need a few of them defined for development.

Will that work?