-
New Feature
-
Resolution: Not A Defect
-
Minor
-
None
Currently, seems that using httpRequest plugin we are unable to read custom response headers, it would be nice to be able to.
Use case: some services return paginated responses, and they provide an http response header (link) where, if available, there's another url to obtain the next page of results.
juanpablo,
The plugin returns a class called ResponseContentSupplier. This class has a method called getHeaders() which returns all the HTTP headers found in the response.