HTTPAllow

Part of Setup.INI, in your installation folder.
This property is not part of the Application Configuration dialog.

Use to permit a single IP address or a set of IP addresses and/or subnet specifiers (in CIDR notation) separated by semicolons. Other than using a range, you cannot define multiple addresses.

If HTTPDeny is also set, then note that rules set using HTTPDeny take precedence over HTTPAllow.

Examples:

HTTPAllow = 192.168.0.0/24;2001:1432:b6d:1234::/64

which gives permission to the IPv4 address range 192.168.0.1 to 192.168.0.255 and to the IPv6 address range 2001:1432:b6d:1234:0000:0000:0000:0000 to 2001:1432:b6d:1234:ffff:ffff:ffff:ffff

Allowing a single address:

HTTPAllow = 192.168.1.32

Allowing a range of addresses:

HTTPAllow = 192.168.1.0/24

 

Default: No default.

Section: System