I want to capture headers for a specific name from the network traffic. I saw other answers on stackoverflow that talks about using browser mob and all. But what should I do to capture specific header. For example in the image I have uploaded
let's consider the file with Name = id always appears in a link and I want to capture the header (specifically the url) of this file. This
As soon as a file with Name = id appears I should get its Request URL. What should I do for that and also I want to capture the cookie as well.
Any help would me much appreciated. Thank you.

