I have a site that has a dynamic URL after loading the page, so I want to record the http requests (Browser) and find a particular string then use http requests.
So record in real time, get all http requests, filter out a specific request or requests that isn't in the html.
How would I do this?
@Omini yes, I just tried this way too, it still seems to cut-off at 1,000,000 bytes, so it wasn't related to breaking due to content etc, it still seems to be a data length / quota memory problem