⚙
Common HTTP error codes.
- 400 – Bad Request
- Wrong request syntax in your code. You’ll have to fix this one.
- 403 – You’re not authorized.
- You don’t have the right username or password.
- 404
- Your trying to access something that either does not exist or has been moved. Check that you’re linking to the right place. If the error is still occurring, send us a message!
- 405 – Method not Allowed.
- The request method is not supported.
- 429 – Too many Requests
- You’ve hit your request limit for your plan.
- 500 Errors
- This could be something on our end. Send us a message!
Last modified 1yr ago