buildURL() {
        const url = super.buildURL(...arguments);

        try {
            const parsedUrl = new URL(url);