for (var i = 0; i < parts.length; i++) {
            result.push(encodeURIComponent(parts[i]));
        }