DEV Community

Discussion on: Building Robust API Rate Limiters: A Comprehensive Guide for Developers

Collapse
 
rouilj profile image
John P. Rouillard • Edited

RFC6585 doesn't define any rate limit headers. It does define the 429 return code though.

AFAIK your rate limit headers are still draft headers and are defined in: ietf.org/archive/id/draft-polli-ra.... In one section on using the right headers, you report the proper X- version of the headers.

Collapse
 
softheartengineer profile image
Soft Heart Engineer

Nice Catch!! @rouilj, It was the mistake, I have updated the reference.