21 Dec 2021
11:37 AM
- last edited on
03 Jan 2022
04:13 AM
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.
Because of the holidays break many of you would miss this thread - does anyone of you have some tips for this subject?
@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.