0
I developed a web app that communicate with an external API in REST. Most of the time I have no problem, but a few times (1 or 2 times a day) I have my request which is timed out although the message I send is correct.
By analyzing with Wireshark, here is the error I get when a request is timed out : [TCP Retransmission][TCP Port numbers reused]
There's an error to upload an image, so you'll find the screenshot of Wireshark here : https://i.stack.imgur.com/fGgpx.jpg
The problem occurs on several of my client workstations with different public IP addresses. The API itself has the same IP address.
Can you help me please ?