The purpose of this repo is to analyze how Akamai bot manager collects fingerprints, analyze how it works, and based on playwright, write some code to bypass it.
This file is the Akamai bot manager after de-obfuscation.
Note that it is not wise to use Python / nodejs / go to write code that puts together sensorData and POSTs the data directly, as Akamai detects TLS fingerprints, see here.
So we can use playwright and combine it with bypass code to make the request using the browser.