Reading response headers in Swagger

1.2k Views Asked by At

I am using swagger 2.1.0. I am able to send a header in a request, thanks to this example.

But now my question, the key which is to send with this example-call is received in a header of the previous response. How can I read the headers of the previous response, so I can extract the value to send?

Maybe better, more simple: How can I read the headers which come with a response?

0

There are 0 best solutions below