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

Viewed 22420

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

2 Answers

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

Related