Hello, have searched but did not find an answer on whether its possible to pass the connecting IP address (src) as a variable on a redirect ? This would be used on an ACL for certain access to URLs eg:
acl SEC_Admin url_dir -i /secure
acl ViaNOC src XXX.XXX.XXX.XX
redirect location http://internal.site?{SRC_IP} if SEC_Admin !ViaNOC
Is that possible ? Thank you.

