You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement wherein many parallel requests hit the hosted Takes server.
I need to identify the port of the source from which the request is being sent. This will help me track back-to-back requests and then return a response stating something like - 'Successive requests from a process shall be processed at an interval of 500ms only'.
Or is there any solution to gracefully reject successive requests from a same source if they are too frequent ?
The text was updated successfully, but these errors were encountered:
I have a requirement wherein many parallel requests hit the hosted Takes server.
I need to identify the port of the source from which the request is being sent. This will help me track back-to-back requests and then return a response stating something like - 'Successive requests from a process shall be processed at an interval of 500ms only'.
Or is there any solution to gracefully reject successive requests from a same source if they are too frequent ?
The text was updated successfully, but these errors were encountered: