___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:
Find the ___utmvc's script url
Load the script content
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?[^"]+)"
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.
User agent string
User agent client hints
The content of the Incapsula Resources's script
OK
Unauthorized
Internal Server Error
Last updated
Was this helpful?