Authentication header invalid
An Authorization
header was sent with your request, but it isn't in a valid format.
Error Message | Authentication header included, but incorrectly formatted. |
Error Code | authentication_malformed |
Status Code | 403 |
Common causes
You included an
Authorization
header, but the API couldn't understand it. This suggests it's in the wrong format.There may be a proxy between you and Paddle that's changing the
Authorization
header.
Solutions
Check that you set the
Authorization
header correctly for your request.Make sure that any proxies in use don't change the
Authorization
header.