Skip to content Skip to sidebar Skip to footer
Showing posts with the label Postman

How Should I Format My Post Data For Testing An Express Api Endpoint?

I am following: https://www.digitalocean.com/community/tutorials/getting-started-with-the-mern-stac… Read more How Should I Format My Post Data For Testing An Express Api Endpoint?

Postman Test Scripts: Inspecting Contents Of Response Json

PostMan 6.0.10 here. I'm trying to understand how to write test scripts a little better, and af… Read more Postman Test Scripts: Inspecting Contents Of Response Json

Referenceerror: Fetch Is Not Defined - Postman

In Postman, I run an arbitrary request. I put the following code in either the Pre-req. script or i… Read more Referenceerror: Fetch Is Not Defined - Postman

How Do I Pass Plain Text As My Request Body Using Nestjs?

One of the controller methods in my NestJS application is supposed to take plain text as its body b… Read more How Do I Pass Plain Text As My Request Body Using Nestjs?

Express - 400 Bad Request On Post And Put

I'd like some help as I'm new to Node.js and express. I have the following code which I'… Read more Express - 400 Bad Request On Post And Put