> For the complete documentation index, see [llms.txt](https://docs.takionapi.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.takionapi.tech/incapsula/reese84.md).

# 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="/files/OVWGSoLSeo7eIvc68hjz" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.takionapi.tech/incapsula/reese84.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
