<div dir="ltr"><div><div><div><div><div>Hello, everyone!<br><br></div>In my configuration of squid not used authorization based on auth_param but user name was fetched from database throught self writed script. In squid 3.3 all works fine, but in 3.5 i have a problem, user name returned from script not sended to redirector program.<br></div>squid.conf:<br>...<br><br>url_rewrite_program /usr/bin/tee /tmp/squid.log<br>url_rewrite_children 10 startup=5 idle=1 concurrency=0<br>url_rewrite_bypass on<br><br>external_acl_type ip_auth ttl=120 negative_ttl=1 children-max=8 children-startup=2 protocol=2.5 %SRC /usr/local/bin/<a href="http://squid_ip_auth.pl">squid_ip_auth.pl</a><br><br>acl authorized_ips external ip_auth<br>http_access allow authorized_ips<br>...<br><br></div>/tmp/squid.log:<br><a href="http://awaps.yandex.ru/8/8980/336280">http://awaps.yandex.ru/8/8980/336280</a>
 <a href="http://192.168.0.114/grey-xp.int.rdw.ru">192.168.0.114/grey-xp.int.rdw.ru</a> - GET myip=192.168.0.226 myport=3128<br><br></div>/var/log/squid/access.log:<br>1454582114.059     11 192.168.0.114 TCP_MISS/200 5137 GET <a href="http://awaps.yandex.ru/8/8980/336280">http://awaps.yandex.ru/8/8980/336280</a> TECHCENTER\\sas HIER_DIRECT/<a href="http://87.250.250.131">87.250.250.131</a> application/x-javascript<br><br></div>any suggestions?<br></div>