Postman's pre-request scripts: how to perform HTTP POST requests (with JSON body) and how to set Cookie authentication. 2024-08-20 Last updated: 2026-03-04 6 min read MISC Postman 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