# \_\_\_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="/files/OVWGSoLSeo7eIvc68hjz" 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.takionapi.tech/incapsula/___utmvc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
