We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I call this API, an error code 400 (Invalid timestamp) occurs:
const eg = new EdgeGrid(Config.akamai_client_token, Config.akamai_client_secret, Config.akamai_access_token, Config.akamai_host_uri); eg.auth({ path: '/ccu/v3/invalidate/url/production', method: 'POST', headers: { 'Accept': 'application/json', 'Content-Type': 'application/json' }, body: JSON.stringify({ objects: ["https://landing.mangot5.com/template/au/event/241107_fighter/index.html"] }), });
response: { type: 'https://problems.luna.akamaiapis.net/-/pep-authn/request-error', title: 'Bad request', status: 400, detail: 'Invalid timestamp', instance: 'https://akab-XXXXX.luna.akamaiapis.net/ccu/v3/invalidate/url/production', method: 'POST', serverIp: '23.41.XXX.XXX', clientIp: '118.163.XXX.XXX', requestId: '4ec255bc', requestTime: '2025-01-03T07:47:33Z' }
The text was updated successfully, but these errors were encountered:
Hi @taiwanJK
Thanks for reporting this issue. Could you check if you get same error using other tool like eg. Postman? As it might be issue with request itself.
BR, Lukasz
Sorry, something went wrong.
No branches or pull requests
When I call this API, an error code 400 (Invalid timestamp) occurs:
response: { type: 'https://problems.luna.akamaiapis.net/-/pep-authn/request-error', title: 'Bad request', status: 400, detail: 'Invalid timestamp', instance: 'https://akab-XXXXX.luna.akamaiapis.net/ccu/v3/invalidate/url/production', method: 'POST', serverIp: '23.41.XXX.XXX', clientIp: '118.163.XXX.XXX', requestId: '4ec255bc', requestTime: '2025-01-03T07:47:33Z' }
The text was updated successfully, but these errors were encountered: