For the complete documentation index, see llms.txt. This page is also available as Markdown.

___utmvc Bypass Solution

The ___utmvc cookie is the second path through an Incapsula bypass. Find the _Incapsula_Resource script, send its content to Takion, and we return the ___utmvc cookie to set on your session.

How the solution works

To bypass Incapsula's (Imperva's) protection, follow these steps:

  1. Find the ___utmvc 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 easily search for the following regex inside the HTML content. It will find and extract the needed URL.

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

Endpoint

The endpoint lives on the Castle subdomain:

https://incapsula.takionapi.tech/utmvc

Generate the ___utmvc cookie

post

Send the _Incapsula_Resource script content plus your current session cookies and get back the ___utmvc cookie to set before retrying the original request.

Authorizations
x-api-keystringRequired
Body
contentstringRequired

The response text of the _Incapsula_Resource challenge script fetched from the target site.

Other propertiesanyOptional
Responses
200

The ___utmvc cookie. On a bad request an error field is returned instead — check for error first.

application/json
or
post/utmvc

Last updated