user-docs
user-docs copied to clipboard
fix: content-length header for broker token provision/switch endpoints
What
- Adds
Content-Length: 0
to emptyPOST
requests forprovision-token
andswitch-token
endpoints
Why
- Without this (or without
--data=""
) Akamai responds with411
(noContent-Length
header)