Home A-CI-stant
Using Home Assistant to power my CI/CD server
Using Home Assistant to power my CI/CD server
Using a Raspberry Pi Zero as an offline canastra server
Hi. A couple of years ago I “took inspiration” for a HTTP reverse proxy in Go from Stack Overflow without putting too much thought into it, and this week it bit me back. A co-worker found out that it was normalising some URLs (/something//else will 301-redirect to /something/else) against their will. So I decided to take the opportunity and understand better how net/http handles URLs, and here are my findings. ...