Beware of base64 encoded strings

from blog garrit.xyz, | ↗ original
I just encountered a fun little bug that I thought is worth sharing. TL;DR: Here's the commit that fixes the issue: It started when we noticed that a cronjob that used wget to regularly call an endpoint failed on one specific environment. The endpoint uses Basic Auth, which is essentially a header with a Base64 encoded representation of a...