REST Assured Tutorial 49 – How To Retrieve Single and MultiValue Headers From Response Using Rest Assured
As a part of End to End REST Assured Tutorial, in this post, we will learn to retrieve header values from response. When we send a request to a server using an API, the server sends some headers along with the response. We may need to assert those response headers as part of testing. To assert header…