Description
If web service with more than one server at the same address, but different ports, those servers are not treated independently. When accessing these servers through the web service, only the first will handle requests.
<br>
Version Introduced
7.5.32
<br>
Platform
All
<br>
Steps to reproduce
- Configure two servers at the same IP with different ports (e.g. using a router).
- Add those servers to the web service.
Expected result
Both servers are handled as separate entities.
<br>
Actual result
The servers are handled incorrectly in the web service, not always using the correct server.
<br>
Work Around
Set up separate DNS entries for each server (i.e. give a unique address for each).
<br>
Version Fixed
none