You have to add 3 line codes to the verification page because we encode the hostname in the URL.

Here is the code for decode URL.

const urlParams = new URLSearchParams(window.location.search); const myParam = urlParams.get('src'); const plainText = window.atob(myParam);

For more queries, reach us at [email protected] or our live chat support team. We will help you through the installation process.