Setting up a reverse proxy for a better developer experience

Introduction Are you fed up with using localhost and a range of different ports when developing locally, having difficulty with testing content security policies, having to configure TLS for a range of different server applications, and using different URLs when running applications on your laptop natively vs in docker? Using a reverse proxy can solve all of the above. You can clone the code I’ve written for this article via this GitHub repository....

December 30, 2022 · 5 min