Question
Ameriprise Financial Inc
US
Last activity: 9 Aug 2021 10:44 EDT
Not able to get etag header in response while calling GET request using c# or other rest client
When I am calling the GET method of the below API in Pega using run command of API rule then it is returning etag in the response header which I can use to call next API call where I need to update that resource.
https://<host:port>/prweb/api/v1/cases/{ID}
However, when I am calling same API using any other rest client C#, Postman, YARC I am not receiving etag in response header.
Is there anything extra I need to pass in my request header to receive etag in response header.