Re: [EMAIL PROTECTED] question on port number from client to host

2008-07-18 Thread Mike Friedman
That's how it works. Outgoing HTTP requests bind to a random unused, unprivileged port on the client machine and connect to port 80 on your server. A different outgoing port will be used on subsequent requests. Mike On Thu, Jul 17, 2008 at 9:24 PM, RCKV <[EMAIL PROTECTED]> wrote: > hello > > I

[EMAIL PROTECTED] question on port number from client to host

2008-07-17 Thread RCKV
hello I am using apache http server to serve some xml requests from clients. the http server hands over the incoming XML to back end application. the back end application creates the response and hands over to HTTP server to be sent out. for some requests, the client port is changing to a diffe