Duplicate HTTP request bounced from AWS

HI all, I’m getting some bizarre behavior when issuing HTTP requests from blueprints. I’m using a marketplace plugin to create and send the requests.

what happens;
-Send http get from blueprint via pluging
-request received by VM in azure cloud
-20 seconds to 2min later (sometimes) the request hits the endpoint again. However this time originating from Virginia USA (AWS data center I think)
[ definitely not being resent by original app as it can be long since closed when the 2nd hit comes in ]

So… Question: What telemetry and metrics/analytics is Unreal sending behind the scenes? Is it going to AWS and how is my HTTP get somehow getting repeated from there. All I can guess is that it is living in a buffer that doesn’t get cleared and mysteriously gets processed on the other end at AWS.

ideas?

Dave