21 Dec 2021 07:37 PM - last edited on 03 Jan 2022 12:13 PM by MaciejNeumann
Hi,
Is there a way to obtain the origin from where the requests are arriving to a process group?
By origin I mean a http header with a value identifying if the request comes from the old webpage, the new webpage, one of the many apps, etc.
Best,
Sebastian.
Solved! Go to Solution.
04 Jan 2022 02:54 PM
Because of the holidays break many of you would miss this thread - does anyone of you have some tips for this subject?
04 Jan 2022 09:50 PM
@sbrugnoli Depending on your situation, I'd recommend using either service backtrace feature or the multidimensional analysis. Backtrace shows you HTTP referrers directly. With MDA you can split the requests by any common PurePath attribute.
If your process group has several services and you want to search across them, you can use the top web requests (which is MDA in fact) and filter on the process group.
If you are not sure, please describe your situation in more detail.