Hi, How can I get all content of a request url on OnResourceLoadComplete? In minibrowse has a example with InspectResponse(response); but only get the headers.
Example:
if (pos('www.mysite.com.br/api/minhalista/', request.url) <> 0) then
begin
InspectResponse(response);
end
I would like to get the json that www.mysite.com.br/api/minhalista/ get
Some idea?
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.
All content os response url
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: All content os response url
Try the PostInspectorBrowser demo.