Recently I was involved in a project, where one of the objectives was to restrict access to application resources handled by our Citrix ADC, based on a specific time range. So from Monday to Friday between 8-16 access should be allowed in this case, where access to the web applications […]
Tag: MessageAction
Using NetScaler Message Actions to Log HTTP Headers
This post shows how to use Message Actions in NetScaler for troubleshooting and logging HTTP Headers. The message action should be triggered by a Rewrite, Responder or Content switch policy. Note that these global settings needs to be set in order for Message Action to work properly: NS CLI:
1 2 |
set audit syslogParams -logLevel ALL -userDefinedAuditlog YES set audit nslogParams -userDefinedAuditlog YES |
[…]