<div dir="ltr"><div>Hello I need help to redirect request http/https from a specific domain to another squid proxy server.</div><div><br></div><div>Like a domain for example <a href="http://microsoft.com">microsoft.com</a> redirect o transfer all request to another squid proxy server.</div><div><br></div><div>I try to use this:</div><div>#################################################<br></div><div>http_port  xx.xx.xx..xx:8080 accel</div><div>acl microsoft_acl dstdomain <a href="http://microsoft.com">microsoft.com</a><br>cache_peer yy.yy.yy.yy  parent 8080  0  name=proxy60 default<br>cache_peer_access proxy60 allow  microsoft_acl<br>cache_peer_access proxy60 deny all</div><div>#################################################</div><div>but not wok, error :</div><div>26/Feb/2021:07:23:27 -0300 || - || xx.xx.xx.xx || TAG_NONE/405|| CONNECT || error:method-not-allowed || text/html<br></div><div><br></div><div></div><div>regards.</div><div>Juan Manuel.</div><div><br></div></div>