validateRestrictedIPs

Validates the client ip against the "restrictedIPs" field in the web configuration file.

static if(isWeb)
void
validateRestrictedIPs
(
HttpClient client
)

Parameters

client HttpClient

The client to validate the ip of.

Meta