Incapsula (__utmvc)
Frequently Asked Questions
Interface (utmvc needs consistent proxy, contact the administrator if there any issues)
Provide href and proxy, the service will compute utmvc after request
How to find the utmvc script (see the picture below, URL containing the keyword SWJIYLWA)
utmvc script response sample
Request URL (POST):
utmvc
https://wtf.red/api/incapsula/utmvc
Request Headers:
x-api-key
User secret key, obtained from the main page
Yes
Content-Type
application/json
Yes
POST Data (JSON):
cookies
Object
Cookies returned from the homepage, upload all
Yes
href
String
URL that returns the utmvc script
Yes
user_agent
String
utmvc process requires consistent ua, so please provide the ua you will use
Yes
script
String
the response of request href
Yes
json example
// … (No need to translate JSON data)
Response Data (JSON):
status
Integer
Whether the call was successful, 1 for success, 0 for failure, use this value for judgment
msg
String
Description of the call result in Chinese
id
String
Unique request id for this instance, can be used for subsequent record queries
data.__utmvc
String
Computed __utmvc parameter, can be used in subsequent interfaces
cost
String
Validation time (in milliseconds)
// … (No need to translate JSON data)
Last updated

