This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
how to implement proxy server that preserves incoming request's IP address
Waldle Cai
Ranch Hand
Joined: Aug 16, 2000
Posts: 34
posted
0
Hi there, I need to implement a proxy server that accepts incoming HTTP request, modifies the header and then forwards it to destination server. The difficulty I'm facing is that the proxy server must not modify the IP of the incoming request packets, such that destination server sees the requests are coming from the client machine. Any idea how to do this? Thanks a lot in advance. Regards Waldle