I'm using Insert from URL to interact with an API. When I do this the body of the response returned is inserted into the field or variable. I also want to extract the header values as they contain information that we need.
I can get this information by specifying the "-I" header but that means making a second call. One call for the head, and a second call for the body.
Is it possible to extract both the headers and the body?
Thanks @jwilling. I had thought that dump headers should do it but reading the posts at stack overflow I got the impression it was for dumping headers on the way out.