JSON file for configuring HTTP
Here’s the content of the JSON file that is used to configure HTTP for both namespaces. The name of the file is http.json.
{ "httpsEnabled" : true, "httpEnabled" : false, "restEnabled" : "true", "restRequiresAuthentication" : true, "httpActiveDirectorySSOEnabled" : true, "ipSettings" : { "allowAddresses" : { "ipAddress" : [ "192.168.140.10", "192.168.140.15", 192.168.149.0/24" ] }, "denyAddresses" : { "ipAddress" : [ "192.168.149.5" ] }, "allowIfInBothLists" : false } }