The purpose of this project is to verify the sensor data sent to Akamai.
- Install Golang on https://go.dev/doc/install (
^1.20
) - Clone the project :
git clone git@github.com:Noooste/akamai-sensor-verifier.git
- Install the dependencies :
go mod download
- Build the project by doing
go build -o akamai .
- Run with
./akamai
- Open your browser and go to a protected website, e.g. nike.
- Open the "dev" tab and look for requests that have a URL like
https://www.nike.com/Bpk0/YiEp/lV1db/mt8kw/7SEhmLNf1aaO1Y/YyZNWVcPAQ/LwITYH/BgN2U
, if you want to get the url easily, you can simply click anywhere on the page to see that it's sent. - Copy the request body (
{"sensor_data": "..."}
), paste it to the program: you'll see what Akamai sends to its servers.