I am hitting an API with GET
and POST
requests in Postman on my localhost
. The problem I am facing is that GET
is working fine, it is returning a response, while it’s not returning any response for the POST
request, but still return a response code of 200:
postman image
enter image description here
I have tried to debug but didn’t find a solution; I am expecting that on this platform, I will get the solution of my query
Asad Farzand is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.