i have this weird issue which we need as a workaoround for an internal application limitation.
this is what I need, either from haproxy or nginx:
- something calls
http://my-server/?some=query_string
- the server should respond with a redirect (http 301/302) to this location:
http://my-other-server/?some=query_string?client_ip=ACTUAL_CLIENT_IP
could somebody provide an idea about how this might work? or even better still - the DNS reverse lookup name for the client IP?
thanks in advance! axel.