Ask Your Question
2

Why are the rows from the MySQL table only appearing in the console and not in POSTMAN?

asked 2023-07-20 13:38:04 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-20 13:46:02 +0000

bukephalos gravatar image

There could be several reasons why the rows from a MySQL table are not appearing in POSTMAN:

  1. Incorrect API endpoint: Make sure that the endpoint specified in POSTMAN matches the endpoint of the API that retrieves the rows from the MySQL table.

  2. Authorization/authentication issues: If the API requires authorization or authentication, make sure that the request headers in POSTMAN contain the necessary tokens or credentials.

  3. Request parameters: If the API requires parameters in the request, ensure that the parameters are included in the POSTMAN request.

  4. Server-side issues: There could be issues with the server's configuration or code that prevents the rows from being returned in the response. Check the server-side code and logs for any errors.

  5. Response format: Make sure that the response format specified in POSTMAN matches the format returned by the server. If the server returns data in JSON format, for example, ensure that POSTMAN is expecting a JSON response.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-20 13:38:04 +0000

Seen: 11 times

Last updated: Jul 20 '23