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

Post Reply
alpires2000
Posts: 48
Joined: Sat Dec 09, 2017 4:40 pm

All content os response url

Post by alpires2000 »

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?
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: All content os response url

Post by salvadordf »

Try the PostInspectorBrowser demo.
Post Reply