I'm trying to use Nim to hit a page on my local machine.
Just a regular page, using getContent (As per Rosetta Code example).
It works when I enter addresses on the internet, but fails when I try to hit local pages, using 127.0.0.1 or localhost.
I get Error: unhandled exception: 404 Not Found [HttpRequestError]
The page loads fine in a browser.