<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 14pt; color: #000000"><div>Hi,<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>I'm using an external ACL script to allow/limit access based on some factors including (authenticated) username, client IP, the domain of the requested URL.<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>I'd also like to base the access on the port of the destination.  Most would just be 80 or 443, but I'd like to limit/allow access to particular ports with the external script based on the other factors (a rule that would allow a connection to domain.com on port 80 from user 'user' coming from his IP address, for example), so a simple "acl allow_port port 80" would be too broad.<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>It looks, though, like the <lp format code doesn't have a value until after the connection is made (or attempted) so I can't use it for this purpose.<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Is there a way to provide the desired port to the external ACL along with the other information?<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>thanks<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Kevin<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div></div></body></html>