You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the rate limiting feature, and while GET and POST are being correctly rate-limited, PUT and DELETE seem to bypass the limit. Is rate limiting for PUT and DELETE supported? I noticed there aren't any unit tests covering these methods in the test suite, so I wanted to confirm if this is expected behavior or a bug.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the rate limiting feature, and while
GET
andPOST
are being correctly rate-limited,PUT
andDELETE
seem to bypass the limit. Is rate limiting for PUT and DELETE supported? I noticed there aren't any unit tests covering these methods in the test suite, so I wanted to confirm if this is expected behavior or a bug.Thanks!
The text was updated successfully, but these errors were encountered: