Forum Discussion
JustJozef
May 03, 2023Cirrus
Icontrol REST upload and apply policy- section "http-protocols" ignored?
I have templates defined for REST API security policies. Basic set up is done in JSON and remaining policy is build based on the swagger file. When I want add to JSON template for examples file types...
- May 05, 2023
Your settings for http-protocols are ignored because the json path is invalid. It must be a sub-key of blocking-settings.
{ "policy" : { "blocking-settings" : { "http-protocols" : [ { "description" : "Multiple host headers", "enabled" : true, "learn" : false } } } }
Juergen_Mang
May 05, 2023MVP
Your settings for http-protocols are ignored because the json path is invalid. It must be a sub-key of blocking-settings.
{
"policy" : {
"blocking-settings" : {
"http-protocols" : [
{
"description" : "Multiple host headers",
"enabled" : true,
"learn" : false
}
}
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects