Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Protect against large queries #493

Open
stephan271 opened this issue Sep 28, 2021 · 0 comments
Open

Protect against large queries #493

stephan271 opened this issue Sep 28, 2021 · 0 comments

Comments

@stephan271
Copy link
Member

Issue Name

ProtectAgainstLargeQueries

Summary

Requests for excessive amount of data from the client via the API should be prevented, since this may lead to crashes in the API server. One solution would be to implement a server side default "limit" variable, in particular for dataset or block queries. However this would require, that the client checks if this limit has been reached. In such cases further calls must be issued by the client with the corresponding skip parameters. In this sense this would be breaking change in the API

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant