___utmvc Bypass Solution

Our solution automates the generation of the ___utmvc cookie, in order to access Incapsula / Imperva protected websites.

How the Solution Works

To bypass Datadome’s protection, follow these steps:

  1. Find the ___utmvc's script url

  2. Load the script content

  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.

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

In order to access any of our endpoint you'll need a valid API Key, either join our discord for a trial or puchase a plan

___utmvc Cookie Generation

post

After extracting and loading the challenge script content of the Incapsula Resources's script, pass it to our endpoint alongside a list of lists of all your session's cookies in this format: [["name", "value"], ["name2", "value2"]] and you will get the ___utmvc cookie as reponse.

Authorizations
x-api-keystringRequired
Header parameters
user-agentstringOptional

User agent string

sec-ch-uastringOptional

User agent client hints

Body
contentstringOptional

The content of the Incapsula Resources's script

Responses
200

OK

application/json
post
/utmvc

Last updated

Was this helpful?