# reese84 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. **Load the Script Content**
2. **Generate the Challenge Payload (using our API)**
3. **Post the Payload** to retrieve the Incapsula cookie.

### How to Identify the script url?

After visiting the target website, open your browser inspector tools and click on the network tab.\
The browser should have sent some request to an url like `https://whatever.com/anoy-route?d=www.yourtargetwebsite.com`

This is the script tag. All the respones should have returned a json with, as one of the keys, "token"

{% 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="/reese84" 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/reese84.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.
