When using an HTTP Keep-Alive connection with a random port, your IP address stays the same throughout the connection. This happens because Keep-Alive lets the client and server keep one connection open for multiple requests instead of creating new ones. This means you'll use the same IP address for all requests in that session.
As long as both the client and server maintain the Keep-Alive connection, you'll keep using the same IP address for each request. This makes communication more efficient by avoiding the need to establish new connections repeatedly. However, if either side closes the connection, you may get a new IP address for your next request, depending on your proxy settings.
Understanding Keep-Alive helps you manage your connections better and work more smoothly with our services.