Hello Phil,

On Thu, Oct 17, 2013 at 03:17:03PM +0100, Phil Daws wrote:
> 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.

Right now it's not possible, but will probably be once we merge Cyril's
work on the GeoIP features which includes the ability to use variables
in redirect locations.

Best regards,
Willy


Reply via email to