Perimeter X Web
A PerimeterX bypass for website. Takion generates the PerimeterX web cookies the website expects, including _px3, _pxcts, _pxvid, ..., so your requests can pass.
Last updated

A PerimeterX bypass for website. Takion generates the PerimeterX web cookies the website expects, including _px3, _pxcts, _pxvid, ..., so your requests can pass.
Check our example bundles in order to validate your implementation against our validate ones, with correct headers order, TLS and flow from our Github repo
PerimeterX, now HUMAN Security, builds a risk score from a device fingerprint and a deep telemetry analysis of your behavior, gathered through a series of encrypted posts as you use the page. It sets a _px3 cookie that carries your trusted session. Its challenges rotate constantly, which is what makes it hard to keep up with by hand.
The web trust lives in the _px3 cookie. Mobile apps running the PerimeterX SDK carry the same trust in an x-px-authorization header set instead (see PerimeterX Mobile).
If a site sets a _px3 cookie, it is running PerimeterX / HUMAN. When traffic looks automated it serves a press-and-hold ("press and hold to confirm you are human") captcha before granting acces, that hold captcha is handled by the Hold Captcha flow. Common fingerprints:
A _px3 cookie on the response.
A press-and-hold captcha page instead of the content.
Collector posts to *.perimeterx.net or *.px-cloud.net.

Some applications known to use PerimeterX for websites protection include:
Takion automates the whole challenge flow and returns the _px3 cookie alongside any other generated one during the resolution, so you can access protected sites without solving anything yourself. Continue to the reference
Last updated