Using HTTPie with mkcert
In order to get the development environment on localhost closer to the production environment, I’m using HTTPS on localhost. This helps me with discovering bugs much earlier, which saves a lot of time. I use the excellent tool mkcert for managing the certificates locally. mkcert is built exactly for this purpose and removes most of the friction. ...