I was trying to pass a '/' character through a url without it being parsed as one. Using urlencode its something like %2F. When the string contains that character I get a page not found. I wanted to see if anyone had a recommendation on getting around this.