<div dir="ltr">Hi<div><br></div><div>Is there a way to get selected peer in upstream without sending request to backend server?</div><div><br></div><div>upstream backend {</div><div>    hash $url consistent;</div><div>    server  192.168.1.101;</div><div>    server  192.168.1.102; # Assume this is selected</div><div>    server  192.168.1.103;</div><div>}</div><div><br></div><div><br></div><div>location /302 {</div><div>   proxy_pass  <a href="http://backend">http://backend</a>;</div><div>   # need other config or develop custom module?</div><div>}</div><div><br></div><div><br></div><div>> curl <a href="http://test.com/302">http://test.com/302</a> -v</div><div>...</div><div>Location: <a href="http://192.168.1.102/xxx">http://192.168.1.102/xxx</a></div><div>...</div><div><br></div><div>Just get selected server, and i<span style="color:rgb(51,51,51);font-family:arial;font-size:13px;line-height:20.02px">mmediately</span> return for 302 location.</div><div>Is it possible to support the feature, or give me advices, thanks so much.</div></div>