The hardcoded URLs in HttpService will redirect, which plain Net::HTTP cannot handle. By wrapping Net::HTTP with OpenURI, HttpService will be able to handle these redirects.
Fixes #4