HttpServletResponse sendRedirect drop 15% of the requests. What is the alternative way to for request to another server?
b*y
2 楼
You can use html redirect, no? I am not sure why in your case, it drops 15% of the request. Any details?
m*t
3 楼
SendRedirect never drops requests. Nor does any decent browser. Are you running some fancy router or load balancer in front of the container? I would also check the firewall/proxy server config.
【在 o*******a 的大作中提到】 : HttpServletResponse sendRedirect drop 15% of the requests. What is the : alternative way to for request to another server?