Category Archives: Postman

How to pass date in Postman request body?

By | October 2, 2025

The request body refers to the data that the client sent in the body of the HTTP request. This data provides additional information to the server or sends the data that needs to be processed by the server. In a Spring Boot application, we use the @RequestBody annotation to map this request data to the… Read More: How to pass date in Postman request body? »

How to use Pre-request Script in Postman?

By | January 2, 2024

Postman is one of the most popular tools used for testing HTTP requests for web service APIs. It provides a user-friendly graphical interface for making HTTP requests to the API endpoint, inspecting the responses, and organizing the API testing workflow. In this tutorial, we will learn how we can use the pre-request script in Postman… Read More: How to use Pre-request Script in Postman? »