I am Working on a protocol handler for Firefox and I call the resource like that:
var ioservice = Cc["@mozilla.org/network/io-service;1"]
.getService(Ci.nsIIOService);
var uri = ioservice.newURI('http://someurl'+someparams, null, null);
The question is that I want the user to see my protocol handler - like protocol:params instead of the real url.