Is it possible to throttle multiple entries in a single POST request?
My API site allows users to have multiple request entries (>1000 entries) in a single POST request. So, some users are making many small requests (<10 entries), others making bigger ones. I can control the number of requests, but also hope to consider the size of the request.
Thanks for your help.
Is it possible to throttle multiple entries in a single POST request? My API site allows users to have multiple request entries (>1000 entries) in a single POST request. So, some users are making many small requests (<10 entries), others making bigger ones. I can control the number of requests, but also hope to consider the size of the request. Thanks for your help.