Generate sensor data
Generates the sensor payload that earns a valid _abck cookie. Send the page URL, your User-Agent, the current _abck and bm_sz cookies, the script URL and the scriptData from /parse. Post the returned sensor to the script URL on the site, then check the cookie for ~0~. Set stepper to true and count index from 0 so each post continues the same visitor.
Authorizations
Customer API key issued from the Roolink dashboard.
Body
The session the sensor is for. The User-Agent and URL must match the client that posts it.
Session user agent.
Target page URL. Must include https://.
"https://target.example.com/"
Optional. Flag string, when the site's script uses one.
Current _abck cookie value. Empty string on the first request.
Current bm_sz cookie value. Empty string on the first request.
Set true when the site has already issued a Sec-CPT challenge in this session.
Attempt number, counting from 0, when stepper is true.
Continue the same visitor across posts. Set true and count index up per post.
Include synthetic keyboard events in the sensor.
Accept-Language value the session sends.
"en-US"
The parsed-script values returned by POST /parse. Pass through unchanged.
The script URL from the page. Post the returned sensor there.
Response
Sensor generated.
Sensor payload. Post it to scriptUrl on the site.