throttling doesn't work for anonymous users #8215
Unanswered
mhbakhshipour
asked this question in
Ideas & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
860526
django-rest-framework/rest_framework/views.py
Line 416 in 00cd4ef
Dears,
at this moment throttling doesn't work for anonymous users when we have permissions in views!
and also clearly must first check throttling and then check permission all the time.
so please swap L416 with L415 :)
BR.
mhbp
Beta Was this translation helpful? Give feedback.
All reactions