Answered
CGI.REMOTE_ADDR Range Question
I have a site that allows users to bypass a login screen and
get direct access to my website depending on their IP address.
I have implemented quite a few of these without problem.
But now I have a client that has an IP range of 199.99.999.9/22 that I cant seem to get correct.
I have tried
CGI.REMOTE_ADDR CONTAINS '199.99.999.9' and Left(CGI.REMOTE_ADDR, 12)# EQ "199.99.999.9" to no avail.
Is the /22 the problem?
I have implemented quite a few of these without problem.
But now I have a client that has an IP range of 199.99.999.9/22 that I cant seem to get correct.
I have tried
CGI.REMOTE_ADDR CONTAINS '199.99.999.9' and Left(CGI.REMOTE_ADDR, 12)# EQ "199.99.999.9" to no avail.
Is the /22 the problem?
