GET Request question

I’m using OpenBrowser activities to work with site. Page making GET HTTP Request to obtain XML file when I navigate to needed URL.

Can I get this file without second get request via activities?

Please elaborate your question. You want XML file via UiPath?

Yes, I want to get that XML from original GET request of the page; without repeat of GET request with UiPath.