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?
I too am getting this problem this is my error
"Thread #1 : Error occurred : Failed to get page http://ip.bablosoft.com/?requestid=88198 with HttpClient"
It seems I keep sending GET requests but am getting nothing in return. Is this just a temporary bug on bablosofts side? or is it a fixable error on my side, let me know what you guys think