cancel
Showing results for 
Search instead for 
Did you mean: 

Rest Call Response Headers

pbcr
Champ in-the-making
Champ in-the-making

I'm trying out the REST Call task, and it looks like it does most of what I need. It does seem to be missing a way to access/store the response headers. Is there something I'm missing?

2 REPLIES 2

dtipirneni
Champ in-the-making
Champ in-the-making

Also have the same question. Is there tried and tested way to be access the Response Headers from a Rest Call Task?

pbcr
Champ in-the-making
Champ in-the-making

I wound up forgoing this and just using a groovy task with Unirest, as described in this thread:

a task calls a REST web service and makes the result available to other tasks 

This is a bit more work to use, but has a lot more flexibility.