# Manually verify your CLE configuration

We are already working on improving the debugging capabilities of the Cookie Lifetime Extender verification. Until improved error messaging is implemented, please find a guide on manually checking the status of the verification and possible reasons here.

## Installing Postman CLI

For the manual verification check to be working, you need to install the official Postman CLI. You can find the guide [here](https://learning.postman.com/docs/postman-cli/postman-cli-installation/).

## Sending the Postman request

Copy/Paste the codeblock below, replacing "\<yourwebsitedomain> and \<hash> with the values from your DCP CLE settings page.

```
postman request POST 'https://<youwebsitedomain>/<hash>' \
  --header 'Content-Type: application/json' \
  --header 'Cookie: jts-rw={"u":"91409167904637152936318"}' \
  --body '{
    "client": {
        "clientTimestamp": 1743756071564,
        "domain": ".<yourwebsitedomain>"
    },
    "cmd": {
        "key": "setcookie-itp-proxy",
        "data": [
            {
                "name": "jts-rw",
                "value": "{\"u\":\"91409167904637152936318\"}",
                "exdays": 17280000
            }
        ]
    }
}'
```

## Interpreting the response

The responses to this request will be HTTP Response codes

| Response Code                                                | Meaning                                                                                                   |
| ------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------- |
| <p>200<br><img src="/files/Iljo55tFpcTrcJcUx04b" alt=""></p> | The redirect worked, cookies were set with correct duration! You successfully configured the CLE. :tada:  |
| <p>404<br><img src="/files/VdpqZOBnesHIYN6Vjjjw" alt=""></p> | The redirect is not working and the request is ending up on a page that is giving back "404 - Not found". |


---

# 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.jentis.com/key-features/cookie-lifetime-extender/manually-verify-your-cle-configuration.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.
