I have a situation where I want two servers to talk to each other in a test. As in Server A is triggered and then sends a message to Server B.
I can send requests to both Server A and B individually, but when I try to get Server A to talk to B at 0.0.0.0:[port] I get ConnectionRefused, message: "Connection refused"
edit I wrote out an example