I am using the 'IP Address and Domain Restrictions' setting on IIS 8.5 to deny IP addresses based on the number of requests over a period of time.
Is is possible to output the remaining number of requests to the HTTP response headers, so users can see how many they have left each time they make a request?
Regards