Forum Discussion

Ravikumar Katrenikona's avatar
Ravikumar Katrenikona
Copper Contributor
Oct 05, 2017

Traffic consuming one of sharepoint site

During the past 3 hours of highest load the request to the server have many calls to the page that connect to sharepoint payment site page without going through the application flow which indicate they are automated calls, the highest number is 13 request on 1 second which is not possible by clicking fast and we usually don’t have that many users in the service at the same time.

 

We need sharepoint server side solution. for this.

 

 

 

1 Reply

  • You need a solution that resides in front of SharePoint. Consider implementing an appliance (reverse proxy, IDS, etc.) that can filter out these requests. If you're letting SharePoint handle the requests via an ISAPI Filter, HTTP Handler, etc. it's already too late and you're still handling the load.

Resources