Skip to content

Instantly share code, notes, and snippets.

@dragonhuntr
Last active July 13, 2021 04:20
Show Gist options
  • Save dragonhuntr/8e2754872813fe700990f8b875cfa5f4 to your computer and use it in GitHub Desktop.
Save dragonhuntr/8e2754872813fe700990f8b875cfa5f4 to your computer and use it in GitHub Desktop.
//add ?akamai=0 behind your requests
//video for indepth guide on why it works: https://youtu.be/ub82Xb1C8os
const axios = require('axios')
axios({
method: 'POST',
url: 'https://unite.nike.com/login?akamai=0',
data: '{"username":"fuckakamai@akamai.net","password":"123"}'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment