Is a circular (reverse exit) HTTP call topology supported in .NET similar to Java APM reverse exit calls?
Summary The question revolves around whether circular HTTP call topology, also known as reverse exit calls, is supported in .NET similar to Java APM. This involves two web applications, Application1 and Application2, where Application1 sends a synchronous HTTP request to Application2, which then makes a synchronous HTTP call back to Application1. The goal is to … Read more