Hello.
After open "site.com" also opening a lot of other urls (site.com/api/v1) in background.
How to get automate response from this "site.com/api/v1" without manual reopen?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Get response
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Get response
You can use a URLRequest to get responses without using a web browser.
Check the URLRequest demo to see if that's what you're looking for.
Check the URLRequest demo to see if that's what you're looking for.
Re: Get response
It must be done through a browser. Since this is the result of the scripts on the page.
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Get response
Then use TChromium.LoadURL again in the same browser or create a second background browser to call TChromium.LoadURL in the new browser.
Re: Get response
After open "site1.com" via TChromiuim at sniffer I saw already opening "site.com/api/v1"
So it is not possible to intercept this response without forced reopen?
So it is not possible to intercept this response without forced reopen?
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Get response
Try using a filter to intercept that request.
See the ResponseFilterBrowser demo for more information.
See the ResponseFilterBrowser demo for more information.