Home > Back-end >  HTTP Post under the hood
HTTP Post under the hood

Time:01-17

We have 2 Windows services (same machine) that communicate on top of HTTP Protocol.
On specific machine we see the HTTP POST being sent from the client (Windows service) and arrives to the server (Windows service listening to REST CALLs) - 2 times, meaning i get 2 exact HTTP Post request on the service, but we see on client it was executed only 1 time.

Before going to wireshark/analyze the HTTP protocol, I wish to understand what explain this behavior.
When going to enter image description here

Process Monitor screenshot:
enter image description here

Network configuration:
enter image description here

enter image description here

  •  Tags:  
  • Related