Postman's pre-request scripts: how to perform HTTP POST requests (with JSON body) and how to set Cookie authentication. 2024-08-20 6 min read Blog In Postman, you can define scripts to be executed before the beginning of a request. Can we use them to work with endpoints using Cookie Authentication? Continue reading