Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view "calculated when request is sent" headers in Postman

Tags:

https

postman

In Postman, there are some auto-generated headers, that are only calculated when request is sent. Is there a way to view their values after the request is sent?

enter image description here

like image 466
Ahmed Hammad Avatar asked May 14 '20 05:05

Ahmed Hammad


People also ask

How do I see my Postman response Headers?

next to the header name to get a description of the header according to the HTTP specification. If you send a HEAD request, Postman will show the Headers tab by default instead of the Body tab.

How can I see the Postman sent request?

You can right click on the main Postman window > Inspect element. In the Network tab, you'll be able to see the request when you click the Send button. Clicking on the request in the Network tab will show you the response payload.

What does header contain in Postman?

Header. Headers in an HTTP request or response is the additional information that is transferred to the user or the server. In postman, the headers can be seen in the Headers tab.


2 Answers

If you open the Postman Console, it's the 3rd icon on bottom left side of the app, this will show you the details of the request and response.

https://learning.postman.com/docs/postman/sending-api-requests/debugging-and-logs/

like image 119
Danny Dainton Avatar answered Oct 10 '22 07:10

Danny Dainton


Click on Console menu. it will give you detailed information about your request. enter image description here

like image 8
lava Avatar answered Oct 10 '22 06:10

lava