# \_\_\_utmvc Bypass Solution

## **How the Solution Works** <a href="#how-the-solution-works" id="how-the-solution-works"></a>

To bypass Datadome’s protection, follow these steps:

1. **Find the \_\_\_utmvc's script url**&#x20;
2. **Load the script content**&#x20;
3. **Generate the cookie based on it (using our API)**

### How to Identify the script url?

After visiting the target website, you can easly search for the following regex inside the html content. It will search and extract the needed url.&#x20;

`src="(/_Incapsula_Resource?[^"]+)"`

{% hint style="info" %}
In order to access any of our endpoint you'll need **a valid API Key,** either [join our discord](https://takionapi.tech/discord) for a trial or [puchase a plan](https://takionapi.tech/buy)
{% endhint %}

{% openapi src="<https://2720813823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn0x4RrnIfxXvmfh6rJHh%2Fuploads%2FZDKI0xJfBsuvN4Kn0s1u%2Fincapsula.yaml?alt=media&token=2ae03afe-4365-44d3-82f2-3d25512aad43>" path="/utmvc" method="post" %}
[incapsula.yaml](https://2720813823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn0x4RrnIfxXvmfh6rJHh%2Fuploads%2FZDKI0xJfBsuvN4Kn0s1u%2Fincapsula.yaml?alt=media\&token=2ae03afe-4365-44d3-82f2-3d25512aad43)
{% endopenapi %}
