Incapsula
This API generates human-like data based on the most recent chrome browser version on Windows. It is recommended to match the latest UserAgent of the newest chrome version when using this API on a site.
The latest chrome useragents can be found here. It is perfectly fine to use only one useragent for all your requests.
Note that all request payloads to this API should be sent as application/json
.
Generate reese84 sensor
Generates sensor data that should be posted in order to acquire valid "reese84" cookies
The site for which to generate the reese84 sensor data (enquire about this in your ticket)
The Content-Type of the request body
Your API key for authentication
The userAgent that you're using for the entire session
Your page URL.
The script content as a string.
The script url where you got the script contents from.
The IP that is used to post the sensor data to the target site. You can use /ip to get the IP from a connection. If you are not using proxies, this will be the IPv4 or IPv6 address of your pc.
Your accept-language header.
The pow string fetched from incapsula resource.
OK Sensor data successfully generated
Bad Request Error occurred
Forbidden Authentication error
{
"payload": "text"
}
Generate utmvc cookie
Since the request body of the requests will be large, it is highly recommended to apply compression to your request body first. We support the following compression methods: "gzip", "br" and "deflate".
Don't forget to set the content-encoding
header.
Generates a utmvc cookie
The Content-Type of the request body
Your API key for authentication
In case you want to improve latency to our APIs, you can apply encoding to your request payload and set the content-encoding header accordingly.
The JavaScript obtained from doing a GET request to the script path.
The value of each cookie that has a name that starts with incap_ses_.
The userAgent that you're using for your whole session.
Your accept-language header
OK Cookie was generated
Bad Request Error occurred
Forbidden Authentication error
{
"payload": "text",
"swhanedl": "text"
}
Last updated