Throttle / rate limiter for page #727
RWDevelopment
started this conversation in
Ideas
Replies: 1 comment
-
Currently we have the It could be used in a plugin to limit access to pages. It currently uses a key based on the ip and host, but this could be reviewed by allowing to specify custom keys (it could be based on username etc.). |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
limited access to page
like rate limiter
you can set limited / unlimited access to any page from page variable / controller
every page have independent (unlimited by default) access to page content
this feature could be use to make simple restful API with page data and limited access
Beta Was this translation helpful? Give feedback.
All reactions