Quantcast
Channel: How does web application restore original URL after HTTP proxy or load balancer? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Stephen Ostermiller for How does web application restore original...

This is going to be dependent on your particular proxy or load balancer. X-Forwarded-For is very common, but it usually only tells you about the IP address of the original request.In AWS you can use...

View Article


How does web application restore original URL after HTTP proxy or load balancer?

You deploy Web application (in my case Java EE + Spring MVC, but I think it doesn't have matter what web-stack is used) and hide it behind HTTP proxy or load balancer.Proxy/balancer software can fix...

View Article
Browsing latest articles
Browse All 2 View Live