Delg, Dwarven Cleric
Delg is the Life domain cleric I’m playing in our Saturday’s game when we run through Dungeon of the Mad Mage. He’s been fun to play, except the first game Intellect Devourers ate his brain, so he had to be resurrected. He also picked up a curse sword, but the rest of the party was …
Testing HTTP Redirects in PHP
For a task today, I wanted to verify that redirects on a website were working as expected after migrating them from one redirect plugin to another one (yes, this site had 2 enabled). I couldn’t figure out the right invocation to test them using cURL in PHP, even though the documentation seemed straightforward (just set …