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
Authorizationheader, 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
Authorizationheader.
Solutions
Check that you set the
Authorizationheader correctly for your request.Make sure that any proxies in use don't change the
Authorizationheader.