Skip to content
New issue

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

API Returning HTTP Status Code 200 When It Should Return 429 #239

Open
Keitsu42 opened this issue Jun 22, 2019 · 0 comments
Open

API Returning HTTP Status Code 200 When It Should Return 429 #239

Keitsu42 opened this issue Jun 22, 2019 · 0 comments

Comments

@Keitsu42
Copy link

Recently the API has been returning JSON error messages with code 429 while the HTTP header is set as 200. The HTTP header should be set as 429 in this case as 200 indicates no error.

This is happening when I am trying to update orders using PATCH

Example of error from my log files:
22/06/19 07:53:13 | Error message received with HTTP status code: 200
22/06/19 07:53:13 | Requested address: /order/cb164cacd85a06c3c4a12b3f47513344
22/06/19 07:53:13 | Action type: PATCH
22/06/19 07:53:13 | code: 429
22/06/19 07:53:13 | message: Too many requests
22/06/19 07:53:13 | description: Too many requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant