An unexpected quirk when developing my first web browser in Swift iOS was that http addresses do not load by default. This is due to the default setting being to only load https to encourage better security. However, I would still like to be able to browse http only websites. So here's what to do.… Continue reading Loading http websites in Swift iOS