You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to set a WAF Policy encoding with AS3 like you can with tmsh.
Describe alternatives you've considered
For now there is no alternative. We are not able to set this in any new FAST template, like you could with iApp templates.
Additional context
AS3 does provide a way of updating the encoding on an ASM policy via text (json string assigned to the policy attribute on a WAF_Policy) but encoding is always set to the default of utf-8 on the new asm policy.
Here is the tmsh that creates it [in /Common]: tmsh load asm policy c_WAF_policy file /var/tmp/wafPolicy.json overwrite
Here are the AS3 declarations that are not working when used with the following tmsh command after saving to /var/tmp/wafPolicy.json:
Without modifications set in the policy text's json string --
Describe the solution you'd like
It is not possible to set a WAF Policy encoding with AS3 like you can with tmsh.
Describe alternatives you've considered
For now there is no alternative. We are not able to set this in any new FAST template, like you could with iApp templates.
Additional context
AS3 does provide a way of updating the encoding on an ASM policy via text (json string assigned to the policy attribute on a WAF_Policy) but encoding is always set to the default of utf-8 on the new asm policy.
Here is the tmsh that creates it [in /Common]:
tmsh load asm policy c_WAF_policy file /var/tmp/wafPolicy.json overwrite
Here are the AS3 declarations that are not working when used with the following tmsh command after saving to /var/tmp/wafPolicy.json:
Without modifications set in the policy text's json string --
With modifications set in the policy text's json string --
The text was updated successfully, but these errors were encountered: