Hello,
From what I understand Postman will store my collections, variables and request ‘templates’ (in which there can be variables).
Does Postman also store ‘actual’ requests’s bodies and responses’s content?
Say for example I saved the following request body:
{ "name": {{nameVariable}}, "password": {{passwordVariable}} }
,
will the following content be stored by Postman at any point:
{ "name": "nameValue", "password": "passwordValue" }
?
I would think yes from https://www.postman.com/legal/privacy-policy/#what-information-we-collect-about-you where it is said:
The Services include the Postman products you use, where we collect and store content that you create, send, receive and share.
but I would like to have confirmation.
Thanks in advance for you help.