Forum Discussion
Ravikumar Katrenikona
Oct 05, 2017Copper Contributor
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 th...
Oct 05, 2017
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.