Question
5
Replies
4291
Views
Intellativ, Inc.
Posted: August 9, 2017
Last activity: August 17, 2017
Closed
How to trace REST Connector Request Headers
I am trying to invoke a REST Service POST method with a Header. When I trace the REST call, it shows Request Body, but not showing Header fields in the Request page. How do I trace the Header values?
***Moderator Edit: Vidyaranjan | Updated Categories***
Hi Vamsi,
Thanks for writting to PSC.
You can check details of REST call in Chrome dev tool itself.
Steps to check:
1. Open the chrome dev tool,
2. go to network tab,
3. invoke your rest service, that call will be listed under network tab,
4. click on the url , on right side it will have 4 tabs, click on header and check the details as shown in below image:
Let me know, if this helps.
Thanks:
Gurpreet