Page 1 of 1

All content os response url

Posted: Sun Nov 22, 2020 1:38 pm
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?

Re: All content os response url

Posted: Sun Nov 22, 2020 2:13 pm
by salvadordf
Try the PostInspectorBrowser demo.