🌎API Reference

Incapsula API reference for reese84 and utmvc

Generates a solution for obtaining a reese84 cookie

post

Solves the Incapsula/Imperva reese84 challenge. Please note that you must submit the solution to the Incapsula endpoint to obtain a reese84 cookie

Header parameters
x-api-keystringRequired
Body
incapsula_urlstringRequired

The URL of the Incapsula script

page_urlstringRequired

The URL of page that served the Incapsula block

user_agentstringRequired

The User Agent you are using

script_b64stringRequired

The base64 encoded content of the Incapsula script

powstringOptional

POW Challenge Data. Not required for all sites, please contact support for guidance

Responses
200

Successful reese84 solution was generated

application/json
post
/incapsula/reese84

Generates a `___utmvc` Incapsula cookie

post

Use this endpoint to generate payloads for solving Interstitial

Header parameters
x-api-keystringRequired
Body
session_cookiesstring[]Optional

The cookie values of the incap_ses_xx cookies in your cookie jar. Do not include the cookie name, only the values. In cases where there are multiple incap_ses_xx cookies, include the values of all cookies. Each cookie value should be a separate string in the array

scriptstringOptional

Base64 encoded response of of the utmvc Javascript challenge script

Responses
200

Successful utmvc solve

application/json
post
/incapsula/utmvc

Last updated