javascript - redirect 302 losing POST data -


i have global load balancer url, whenever hit page global loadbalnacer url redirect local load balancer url in response 302.

below issue facing on 302 redirect.

i have form on jsp page, when submitting form via post required parameters global load balancer url, browser sends request global loadbalancer url, replies “302” , tells redirect local load balancer. getting server , drawing page losing parameters due redirect request.

is there way can avoid losing parameter in 302 redirect?

instead of using 302 redirect, use 307 redirect. more in deep explanation check question


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -