Answers for "postman mock server doesn't send json response"

0

postman mock server doesn't send json response

// POSTMEN Solution

If you are not able to get the JSON response after setting up
the mock server and saving response as a JSON.

The issue could be your response header of your mock server.
Add below response type in postmen mock server response header.

Content-Type : application/json
Posted by: Guest on August-30-2021

Browse Popular Code Answers by Language