Maurits van der Schee
Maurits van der Schee
@todomato You are welcome, thank you for your feedback
No, that is not (yet) supported. You can run the script behind Kong. See: https://getkong.org/
@Rzeszow do you have memcache available? You need some store and should preferably not be the database or disk (for performance reasons).
You can do something like described here: https://www.leaseweb.com/labs/2015/06/limit-concurrent-php-requests-using-memcache/
Some Design ideas: >If you exceed the provided rate limit for a given endpoint, you will receive the 429 Too Many Requests response Rate limits should allow filtering of concurrent...
Rate limit scopes should be "per authenticated session" (a specific session key), or "per ip address" Rate limits may have different buckets for different endpoints. Rate limits may set 'X-Rate-Limit'...
We could count query/server time and limit the quota to x milliseconds execution time per hour, to make the quota fairer.
rate limiter should error with: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429 maybe a 'Retry-After' header (seems similar to X-Rate-Limit-Reset)
>i think it gives this error because realName is empty I think you may need to have the table 'users' in the 'tables' property. Can you try that?
Thank you for your compliments. Oracle database is an expensive paid product. Are you willing to contribute to the effort of building support for it? If you do, then please...