All content os response url
Posted: Sun Nov 22, 2020 1:38 pm
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?
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?