I would go with the following below, and test sBaseUrl in the browser address bar, I think it's the encoding needs to be encoding.utf8, and perhaps the folder token doesn't have a default page for the querystring to attach to.
sBaseUrl = httputility.Urlencode(sBaseUrl + sParameter, encoding.utf8);