On Feb 26, 12:20 pm, Rob Biedenharn <R... / AgileConsultingLLC.com> wrote: > Probably because %1 looks like a partially escaped character. Try: > > ?%251 > Where %25 is an escaped % > > -Rob > I appreciate the reply. This is a bit unfortunate, I am developing a tool which has to handle URIs the same way the browser does. While I realize that is not a "correct" URI, the browser still fetches the pages without a problem. In some sense, I wish I could mirror the functionality of the browser fetch using the URI module. Anyhow, thank you for your help!