Hi Kevin, On Sat, Jun 13, 2015 at 10:34:07AM +0200, Kevin COUSIN wrote: > Hi, > > Is it possible to capture the CONNECT method information? I try to capture > the IP and port in http request "CONNECT 172.20.69.22:5904" to create an ACL > to redirect request to backend.
Normally you can since it's the URL of the request, so the "url" sample fetch method will return it. Regards, Willy

